Adam Maloney <adamm at sihope.com> wrote:

> ls -1 > filelist
> awk '{ printf("grep string %s\n", $1) }' filelist > script.sh
> chmod +x script.sh
> ./script.sh
>
> awk owns your 'fro!

perl -e 'print `grep pattern $_` while <*>'

:-)

J


---------------------------------------------------------------------
To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org
For additional commands, e-mail: tclug-list-help at mn-linux.org