If this has not already been covered, why not:
#!/bin/sh
for LINE in `cat ${FILE}`
do
echo ${LINE}
done
Please note the ` is not a '
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:57:01 EDT