Re: HELP: Shell script (while) syntax

2003-02-05 Thread Todd A. Jacobs
On Tue, 4 Feb 2003 [EMAIL PROTECTED] wrote: > What I WANT to do is read lines from a list of data, and pass the lines > (individually) to another script. An easier method would be to use xargs: xargs -l1 echo < test.data -- "Of course I'm in shape! Round's a shape, isn't it?" -- r

Re: HELP: Shell script (while) syntax

2003-02-04 Thread Matthew Melvin
On Tue, 4 Feb 2003 at 11:53pm (-0700), [EMAIL PROTECTED] wrote: > OK, I SURE Ive done this before, but I cant quite get the > syntax right on this shell script. > > What I WANT to do is read lines from a list of data, and > pass the lines (individually) to another script. > > What Im trying (a

HELP: Shell script (while) syntax

2003-02-04 Thread clemens
OK, I SURE Ive done this before, but I cant quite get the syntax right on this shell script. What I WANT to do is read lines from a list of data, and pass the lines (individually) to another script. What Im trying (and I get syntax complaints) is test.sh < test.data where test.sh is