2009年5月22日 - somthing like: while read LINEVAR ; do echo ${LINEVAR} ; done < myfile.txt. which will read one line of input from myfile.txt at a time?
serverfault.com