]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/read5.sub
Bash-4.2 distribution sources and documentation
[thirdparty/bash.git] / tests / read5.sub
index 58b992dce7d606253a2d672b465337b2161390c8..e35674e00753a9d1c5e9ed222195122d730764e7 100644 (file)
@@ -32,5 +32,4 @@ else
 fi
 
 echo -n ${A[0]} | cat -vet
-echo -n ${A[0]} | wc
-
+echo -n ${A[0]} | wc | ( IFS=$' \t\n' ;  while read line; do echo $line; done; )