mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
changes to mapfile, read builtins for unbuffered reads
This commit is contained in:
@@ -20,6 +20,7 @@ read -n -1
|
||||
echo abcdefg | {
|
||||
read -n 3 xyz
|
||||
echo $xyz
|
||||
cat - # make sure we don't read too much
|
||||
}
|
||||
|
||||
# fewer chars than specified
|
||||
|
||||
Reference in New Issue
Block a user