Imported from ../bash-4.0.tar.gz.
This commit is contained in:
parent
3185942a52
commit
17345e5ad2
134 changed files with 74214 additions and 4584 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# test read with a timeout of 0 -- input polling
|
||||
|
||||
echo abcde | { sleep 0.25 ; read -t 0; }
|
||||
# sleep with fractional seconds argument is not universal
|
||||
echo abcde | { sleep 0.25 2>/dev/null ; read -t 0; }
|
||||
echo $?
|
||||
|
||||
read -t 0 < $0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue