Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Organization: convey Information Systems GmbH
To: dwsharp@iee.org, cygwin@cygwin.com
Date: Mon, 8 Jan 2001 11:09:54 +0100
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: find date fault
Reply-to: gerrit.haase@convey.de
Message-ID: <3A59A002.11393.FB867B4@localhost>
In-reply-to: <3A598755.AE29C8CA@dddandr.octacon.co.uk>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)

<Den 8 Jan 2001, 9:24 Uhr, hat Don Sharp geschrieben:>
< Re: find date fault >

> cd dosd
> find * -type f -mtime -15 -print
> 
> the expected results are obtained.
> 
>  It would seem that find is not always descending the directories under
> a mount point.

I couldn't repeat the failure...

well, however, there is no new version of findutils in sight, the development-
version is 4.1.6, but as i tested with that version, i got core dumps...

/test/bin is a mount of /bin and test/bin/gerrit is a mount to my home-dir.

$ pwd
/test

$ mkdir -p -m 777 /test/bin/gerrit

$ mount -s -b C:/cygwin/home/gerrit /test/bin/gerrit

$ ls -l
total 38
drwxrwxrwx   6 administ Kein        77824 Jan  8 09:58 bin

$ ls -l bin/gerrit
total 1
-rw-rw-rw-   1 administ Kein           45 Nov  6 17:01 log.configure
drwxr-xr-x   2 administ Kein            0 Nov 29 16:06 script
-rw-r--r--   1 administ Kein            5 Jan  8 09:42 test
                                      ^^^^^^^^^ ^^^ ^
Maybe it makes a difference, what date the directories are???

$ find bin -type f -mtime -15 -print
bin/c++.exe
bin/c++filt.exe
bin/cpp.exe
bin/cygcheck.exe
bin/cygpath.exe
bin/cygwin1.dll
bin/doctool.exe
bin/g++.exe
bin/g77.exe
bin/gcc.exe
bin/gcov.exe
bin/gerrit/test  < here is the test-file
bin/getfacl.exe
bin/i686-pc-cygwin-gcc.exe
bin/kill.exe
bin/mingwm10.dll
bin/mkgroup.exe
bin/mkpasswd.exe
bin/mount.exe
bin/passwd.exe
bin/protoize.exe
bin/ps.exe
bin/regtool.exe
bin/setfacl.exe
bin/ssp.exe
bin/strace.exe
bin/tar.exe
bin/umount.exe
bin/unprotoize.exe

gph
--
gerrit.haase@convey.de
PGP Version: 6.5.8 Public Key Information
KeyID: 0xC8C9D69A, Type/Size: DH/DSS 2048/1024bit 
Key fingerprint = 57C8 1B1D CFE4 8515 AA3E  4499 A326 0F3C C8C9 D69A

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

