Using “while read…”,echo and printf get different outcome – askubuntu.com

according to this question, http://ift.tt/2vudc5b echo '1 2 3 4 5 6' | while read a b c;do echo "$a, $b, $c"; done outcome: 1, 2, 3 4 5 6 but ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Using “while read…”,echo and printf get different outcome – askubuntu.com"