ตัวอย่าง Shell script Loop lists text in file By BoY_PiShiT | 19/04/2014 0 Comment for i in `awk ‘{ print $0 }’ list.txt`; do { echo $i; }; done;