Re: [SLUG] Scripting Question

From: Steven Johnson (alinuxguru@hotmail.com)
Date: Wed Nov 28 2001 - 17:42:40 EST


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