This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: find date fault


<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]