Re: "find" doesn't traverse certain directories
From: Why Tea (ytlim1_at_gmail.com)
Date: 11/14/05
- Previous message: Dave: "Re: How to poweroff Sun"
- In reply to: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Next in thread: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Reply: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Nov 2005 12:44:30 -0800
I don't know if there is a /bin/find. Will find out and try tomorrow.
If there is a permission problem on the mount points, I think I
shouldn't be able to cd to those directories and their sub-directories.
Perhaps I didn't explain clear enough in my original email, I'll show
it in an example:
> find /s1/s2/s3 -name \*.c -print
...
... (finds a lot of files)
...
No such file or directory: s4 (doesn't traverse s4)
Now, this works fine:
> find /s1/s2/s3/s4 -name \*.c -print
...
... (traverses down s4 and finds files)
...
/Why Tea
- Previous message: Dave: "Re: How to poweroff Sun"
- In reply to: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Next in thread: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Reply: Casper H.S. ***: "Re: "find" doesn't traverse certain directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]