Re: Skipping the /proc filesystem

2003-07-23 Thread Shankar Unni
Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense to identify the inodes under /proc/registry as

RE: Skipping the /proc filesystem

2003-07-23 Thread Chris January
Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense to identify the inodes under

RE: Skipping the /proc filesystem

2003-07-23 Thread Randall R Schulz
At 13:59 2003-07-23, Chris January wrote: Randall R Schulz wrote: At 18:15 2003-07-22, David A. Cobb wrote: I would wish to tell find not to get involved with the /proc filesystem at all. Can that easily be done? Very easily: % find / -path '/proc' -prune -o -print Would it make sense

Re: Skipping the /proc filesystem

2003-07-22 Thread Randall R Schulz
David, At 18:15 2003-07-22, David A. Cobb wrote: Maybe this is something any native *nix speaker knows, but I'm stull trudging up the learning curve. It is entirely non-Cygwin-specific, yes. If I do a (cygwin) find for some fragment of a filename, I get a whole pile of hits in the