 |
Bash / Sh: How to read a file line by line? Linux Loop example ...
21 Jun 2014 ... There are many-many way to read file in bash script, look at the first ... I used
while loop along with pipe (|) (cat $FILE | while read line; do … ) ...
www.google.com.tw |
 |