changes to mapfile, read builtins for unbuffered reads

This commit is contained in:
Chet Ramey
2021-05-05 10:45:28 -04:00
parent b196583609
commit 59c575fd91
10 changed files with 72 additions and 11 deletions
+1
View File
@@ -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