mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 13:40:55 +02:00
commit bash-20080904 snapshot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# test read with a timeout of 0 -- input polling
|
||||
|
||||
echo abcde | read -t 0
|
||||
echo $?
|
||||
|
||||
read -t 0 < $0
|
||||
echo $?
|
||||
|
||||
read -t 0
|
||||
echo $?
|
||||
|
||||
Reference in New Issue
Block a user