Bash / Sh: How to read a file line by line? Linux Loop example
經安全檢測,此網站為安全網站,請放心前往原始網址!
Bash / Sh: How to read a file line by line? Linux Loop example
2014年6月21日 - 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 … ) ...