Colors of Ray+Hue'

cat test2.sh | while read a ; do echo "${a}"; echo "${a}" >> logfile.txt; done

ls * | while read a; do cat $a; done


'shell' 카테고리의 다른 글

scale bc 사용법  (0) 2016.04.20
time -o (--output=) 사용법 in Ubuntu 12.04  (0) 2016.03.19
[shell] find 사용법  (0) 2015.11.03