There's one by grail: http://www.linuxquestions.org/questi....php?p=4664136. To read a file line-by-line in a while loop, use: Code: while read line ; do ...
確定! 回上一頁