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?"
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
