Script help

Dan Track dan.track at gmail.com
Mon Oct 9 11:43:22 UTC 2006


I

have a script that does the following:

cat /tmp/file | while read rpm

what I would like to do is to remove the "|" pipe command but keep the
"while read rpm" part while also somehow cat the contents of the file
into the "while read rpm" line, how can I do that?

Thanks
Dan




More information about the users mailing list