Thursday, May 18, 2017

read file line by line retain the spaces:

cat file | while read a; do echo $a; done

Labels: ,

0 Comments:

Post a Comment

<< Home