Re: Re[1]: find-command

1999-01-02 Thread Steve Borho
On Thu, Nov 04, 1999 at 10:59:59PM -0500, Charles Galpin wrote: > find crosses partition/filesystem boundries just fine, on both a 5.1 and > 6.0 system - even nfs mounted drives and smbmounted drives :) > > RH51 findutils-4.1-24 > RH6.0 findutils-4.1-31 > > not sure what you are seeing, but fin

Re: Re[1]: find-command

1999-01-02 Thread Charles Galpin
find crosses partition/filesystem boundries just fine, on both a 5.1 and 6.0 system - even nfs mounted drives and smbmounted drives :) RH51findutils-4.1-24 RH6.0 findutils-4.1-31 not sure what you are seeing, but find *does* cross filesystems escaping the arguments applies to all commands

Re[1]: find-command

1999-01-02 Thread Mike Friedrichs
I thank all of you for your response. It turns out that my example file is in /usr/bin, which is in a different partition than /. And 'find' will not search across partition boundaries. I found this by trial and error. Both command lines a.) find /usr -iname "j*" -xdev -print; and b.) find /usr