On Tue, 5 Jun 2001, Amarendra GODBOLE wrote:

> Also, how do I read in a file using a shell script ? Doing a `read var < $file'
> does not help. 'cause it breaks off at the first newline character, i.e. var
> contains only the first line of the file.

either run it in a loop or better "source" that file ( it has to be in a
shell script form too )

-- sreangsu


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to