How can I take output from an awk command and run a command on each line?

For example:

ls -la s* | awk '{print $9}'

would create several lines of output and I'd like to do something like grep 
the lines from a file.

Any ideas?

Thanks =)

-Ed



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to