command file HELP

ram at wgivax.UUCP ram at wgivax.UUCP
Tue Feb 4 11:46:50 AEST 1986




> If you only want the file names, this *might* work, I'm not sure ...

> find / -exec "fgrep this-is-the-string '{}' | awk -F: '{print $1}'" \;
> (DOUBLE UGGGHHH)
> -- 

Or maybe...

find / -exec "fgrep this-is-the-string '{}' | awk '{print FILENAME}'" \;



More information about the Comp.unix mailing list