Re: find and grep help



Oops. Looks like the last -name (for .netrc) didnt make it into the mail.

It should be:

find / \( -name /proc -prune -o -name /home -prune \) -o \( -name .rhosts -o -name .netrc \) -print

-km

On 28/06, Robert Binkley wrote:
I am currently looking for a way to use find to search
a system and look for .rhosts and .netrc files but
exclude /home dir structure amd the /proc
could some one help.