At 20:00 05/09/03 +0100, Beneath wrote:
>Basically, i do the usual 'find / -exec grep -sH "some string" {} \;',
>to search the entire filesystem...
It's friday, I'm tired and about to go to the pub. So apologies if I am
being thick here.. but couldn't you just do:
grep -r "some string" /
Gary