mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 15:33:37 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -36,3 +36,7 @@ echo abc | {
|
||||
|
||||
read -n 1 < $0
|
||||
echo "$REPLY"
|
||||
|
||||
# succeed if fd is valid
|
||||
read -n 0 var <<<'abc'
|
||||
echo $?
|
||||
|
||||
Reference in New Issue
Block a user