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
- Re: scripting help / question Ed Lazor
- Re: scripting help / question Marco Shaw
- Re: scripting help / question Ed Lazor
- Re: scripting help / question Cameron Simpson
- RE: scripting help / question Stephen_Reilly
- Re: scripting help / question Michael R. Jinks