[bug #20594] allow ./configure to choose default arg size limit

2007-07-31 Thread Eric Blake
Update of bug #20594 (project findutils): Severity: 2 - Minor => 1 - Wish Item Group:Wrong result => None Status: In Progress => Fixed __

Re: find command is not searching recursively on drives which are mounted from windows Server (NFS) machines

2007-07-31 Thread James Youngman
On 7/31/07, Dilip Jambhale <[EMAIL PROTECTED]> wrote: > Hi > > > > On Linux machines find command is not searching recursively on drives > which are mounted from windows Server (NFS) machines. > > On other unix flavors it's working. Read the node "Directories" in the find documentation. What'

find command is not searching recursively on drives which are mounted from windows Server (NFS) machines

2007-07-31 Thread Dilip Jambhale
Hi On Linux machines find command is not searching recursively on drives which are mounted from windows Server (NFS) machines. On other unix flavors it's working. e.g. --> cd /versant/replicated/release/ [EMAIL PROTECTED] release]$ find . -name "some" [EMAIL PROTECTED] r