public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: find date fault
       [not found] <3A587E0D.25673.3868B4B@localhost>
@ 2001-01-08  0:56 ` Don Sharp
  2001-01-08  1:33   ` Gerrit P. Haase
  2001-01-08  1:24 ` Don Sharp
  1 sibling, 1 reply; 10+ messages in thread
From: Don Sharp @ 2001-01-08  0:56 UTC (permalink / raw)
  To: gerrit.haase; +Cc: cygwin

Thanks Gerrit, but I am afraid the results are identical.

Cheers

Don Sharp

"Gerrit P. Haase" wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> <7 Jan 2001, 12:07 Uhr wars, als Don Sharp folgendes schrub:>
> < find date fault >
> 
> Hi Don,
> 
> > The following sequence of commands and their results
> > show a failure in find's dealing with time calculations
> > which are a little difficult to comprehend.
> >
> 
> i built findutils-4.1 for myself, for me it works.
> You can get my version at franken.de:
> ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Haase_Gerrit/1.1
> 
> The binary installs in the same positions as the old one, but i recommend to
> uninstall the old version at first.
> 
> You may also want to build by yourself, please look at the README how to manage it.
> 
> Ciao,
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8 -- QDPGP 2.61c
> Comment: =^..^=
> 
> iQA/AwUBOlhh7DBeUmEooFE3EQJniQCg3HUnoONSmF52IFAwm7XJmMdpUaAAoLZg
> epkZ2jzY2C4p2QVK24j1NliT
> =Cft6
> -----END PGP SIGNATURE-----
> --
> =^..^=
> Gerrit Peter Haase
> ID: 0x28A05137
> FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
       [not found] <3A587E0D.25673.3868B4B@localhost>
  2001-01-08  0:56 ` find date fault Don Sharp
@ 2001-01-08  1:24 ` Don Sharp
  2001-01-08  1:48   ` Gerrit P. Haase
  2001-01-08  2:13   ` Gerrit P. Haase
  1 sibling, 2 replies; 10+ messages in thread
From: Don Sharp @ 2001-01-08  1:24 UTC (permalink / raw)
  To: cygwin

Dear All
	Further tests have established that if the following is executed

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.

	Can someone confirm this behaviour, bearing in mind that the mount
points are real directories.

Cheers

Don Sharp

"Gerrit P. Haase" wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> <7 Jan 2001, 12:07 Uhr wars, als Don Sharp folgendes schrub:>
> < find date fault >
> 
> Hi Don,
> 
> > The following sequence of commands and their results
> > show a failure in find's dealing with time calculations
> > which are a little difficult to comprehend.
> >
> 
> i built findutils-4.1 for myself, for me it works.
> You can get my version at franken.de:
> ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Haase_Gerrit/1.1
> 
> The binary installs in the same positions as the old one, but i recommend to
> uninstall the old version at first.
> 
> You may also want to build by yourself, please look at the README how to manage it.
> 
> Ciao,
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8 -- QDPGP 2.61c
> Comment: =^..^=
> 
> iQA/AwUBOlhh7DBeUmEooFE3EQJniQCg3HUnoONSmF52IFAwm7XJmMdpUaAAoLZg
> epkZ2jzY2C4p2QVK24j1NliT
> =Cft6
> -----END PGP SIGNATURE-----
> --
> =^..^=
> Gerrit Peter Haase
> ID: 0x28A05137
> FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137


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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
  2001-01-08  0:56 ` find date fault Don Sharp
@ 2001-01-08  1:33   ` Gerrit P. Haase
  0 siblings, 0 replies; 10+ messages in thread
From: Gerrit P. Haase @ 2001-01-08  1:33 UTC (permalink / raw)
  To: dwsharp, cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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

Hi Don,

> Thanks Gerrit, but I am afraid the results are identical.


For me it works, then i suggest it is not the fault of find...
I will make another test.

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c

iQA/AwUBOll6j6MmDzzIydaaEQLppwCfYp6ZtwxxMVkpu7hLCcrsOhvkSg4AnR/D
uhWGrw1BBpGwwfUjTQZbK2z+
=6f9Q
-----END PGP SIGNATURE-----
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
  2001-01-08  1:24 ` Don Sharp
@ 2001-01-08  1:48   ` Gerrit P. Haase
  2001-01-08  2:13   ` Gerrit P. Haase
  1 sibling, 0 replies; 10+ messages in thread
From: Gerrit P. Haase @ 2001-01-08  1:48 UTC (permalink / raw)
  To: dwsharp, cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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

> Dear All
>  Further tests have established that if the following is executed
> 
> 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.

Ahhh, it (dosd) is a mounted dir?

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c

iQA/AwUBOll+EaMmDzzIydaaEQIC0QCgtBL9gTr3961rxAZbnMBAxvqNQ9IAniMG
M+W1I2MxSVDFcIo0S89nGlDf
=Senv
-----END PGP SIGNATURE-----
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
  2001-01-08  1:24 ` Don Sharp
  2001-01-08  1:48   ` Gerrit P. Haase
@ 2001-01-08  2:13   ` Gerrit P. Haase
  2001-01-09  0:58     ` Don Sharp
  1 sibling, 1 reply; 10+ messages in thread
From: Gerrit P. Haase @ 2001-01-08  2:13 UTC (permalink / raw)
  To: dwsharp, cygwin

<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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
  2001-01-08  2:13   ` Gerrit P. Haase
@ 2001-01-09  0:58     ` Don Sharp
  0 siblings, 0 replies; 10+ messages in thread
From: Don Sharp @ 2001-01-09  0:58 UTC (permalink / raw)
  To: gerrit.haase; +Cc: cygwin

Thanks again Gerrit.

I've run it under strace and unfortunately all that the strace shows is
that it never opens some of the directories and then read them. I'll
need to pick up the source and try and debug it.

Cheers

Don Sharp

"Gerrit P. Haase" wrote:
> 
> <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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
@ 2001-01-09  8:37 Don Sharp
  0 siblings, 0 replies; 10+ messages in thread
From: Don Sharp @ 2001-01-09  8:37 UTC (permalink / raw)
  To: gnuwin32

Don Sharp wrote:
> 
> Dear Philip,
>         It will be worthwhile to reiterate that /dosd is a real directory on
> which is mounted the root of a FAT partition. ls -F /dosd gives
> 
> $ ls -F dosd
> DCOLON/       ffastun.ffl   ffastun0.ffx  recycled/     users/
> ffastun.ffa   ffastun.ffo   mpsdata/      temp/
> 
> Notice no logical links. Now the surprise
> 
> find dosd -follow -type f -mtime -15 -print
> 
> WORKS!!!
> 
> BTW I would like to forward our communication to cygwin, if you are
> agreeable. Forward it yourself if you prefer.
> 
> Thanks very much
> 
> Don Sharp
> 
> Philip Sainty wrote:
> >
> > Hi Don,
> >
> > > > > 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.
> > > >
> > > > Ahhh, it (dosd) is a mounted dir?
> > >
> > > Yes, I think that is provoking the error (sometimes). My dosc which is
> > > another mounted FAT drive works OK!
> >
> > Are there symlink'd directories involved, by any chance?
> >
> > cygwin's find doesn't treat these as real directories when given in the
> > pathname, and therefore doesn't enter them unless you specify that
> > all symlinks should be followed!
> >
> > If dsoc and dsod are to all intents and purposes identical structures,
> > however, that really sounds weird.
> >
> > See if this affects things:
> > find dsod -follow -type f -mtime -15 -print
> >
> > -Phil

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
       [not found] <3A599A2F.8729.FA1A873@localhost>
@ 2001-01-08  7:00 ` Don Sharp
  0 siblings, 0 replies; 10+ messages in thread
From: Don Sharp @ 2001-01-08  7:00 UTC (permalink / raw)
  To: gerrit.haase; +Cc: cygwin

"Gerrit P. Haase" wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> <Den 8 Jan 2001, 9:24 Uhr, hat Don Sharp geschrieben:>
> < Re: find date fault >
> 
> > Dear All
> >  Further tests have established that if the following is executed
> >
> > 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.
> 
> Ahhh, it (dosd) is a mounted dir?

Yes, I think that is provoking the error (sometimes). My dosc which is
another mounted FAT drive works OK!

Cheers

Don

> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8 -- QDPGP 2.61c
> 
> iQA/AwUBOll+D6MmDzzIydaaEQJhiQCglcBExKBzVwA+KAEEYSZ6VMkaDyYAn2zq
> wrZ+owXIXeze1MZEbmdL3YxC
> =b+OC
> -----END PGP SIGNATURE-----
> 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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: find date fault
  2001-01-07  4:07 Don Sharp
@ 2001-01-07  5:30 ` Gerrit P. Haase
  0 siblings, 0 replies; 10+ messages in thread
From: Gerrit P. Haase @ 2001-01-07  5:30 UTC (permalink / raw)
  To: dwsharp; +Cc: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

<7 Jan 2001, 12:07 Uhr wars, als Don Sharp folgendes schrub:>
< find date fault >

Hi Don, 

> The following sequence of commands and their results
> show a failure in find's dealing with time calculations
> which are a little difficult to comprehend.
> 

i built findutils-4.1 for myself, for me it works.
You can get my version at franken.de:
ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Haase_Gerrit/1.1

The binary installs in the same positions as the old one, but i recommend to 
uninstall the old version at first.

You may also want to build by yourself, please look at the README how to manage it.

Ciao,

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c
Comment: =^..^=

iQA/AwUBOlhh7jBeUmEooFE3EQI91QCfbx1kE2B7TWSnzjuIj0sqelofq+wAnjk2
abOQ8DzVzt8xQpAftg6qirA9
=SJjN
-----END PGP SIGNATURE-----
-- 
=^..^=
Gerrit Peter Haase
ID: 0x28A05137
FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* find date fault
@ 2001-01-07  4:07 Don Sharp
  2001-01-07  5:30 ` Gerrit P. Haase
  0 siblings, 1 reply; 10+ messages in thread
From: Don Sharp @ 2001-01-07  4:07 UTC (permalink / raw)
  To: gnuwin32

Dear Cygwinners

The following sequence of commands and their results
show a failure in find's dealing with time calculations
which are a little difficult to comprehend.

My understanding is that the result of the find command
should have been all the files modified in the last
15 days. Indeed the same command on dosc finds a number
of files matching that criteria (I wouldn't like to
swear it found them all!)

cygcheck -v -r -s follows at the end

Cheers

Don Sharp

$ pwd
/
$ date
Sun Jan  7 11:37:04  2001
$ ls -lt dosd/users/don/mail
total 19936
-rw-r--r--   1 don      None        16384 Jan  7 11:15 Inbox.snm
-rw-r--r--   1 don      None            0 Jan  7 11:15 Inbox
-rw-r--r--   1 don      None      3129344 Jan  7 11:15 ntdev.snm
-rw-r--r--   1 don      None      3529136 Jan  7 11:15 ntdev
-rw-r--r--   1 don      None      6832128 Jan  7 11:14 gnuwin32.snm
-rw-r--r--   1 don      None     12985822 Jan  7 11:14 gnuwin32
-rw-r--r--   1 don      None           73 Jan  7 10:54 popstate.dat
-rw-r--r--   1 don      None       442368 Jan  5 20:54 Trash.snm
-rw-r--r--   1 don      None       164709 Jan  5 20:54 trash
-rw-r--r--   1 don      None        16384 Jan  5 20:30 family.snm
-rw-r--r--   1 don      None      4735185 Jan  4 15:05 mis
-rw-r--r--   1 don      None       262144 Jan  4 15:05 mis.snm
-rw-r--r--   1 don      None            0 Jan  4 09:10 unsent messages
-rw-r--r--   1 don      None      4001395 Jan  4 09:10 sent
-rw-r--r--   1 don      None      1785856 Jan  4 09:10 sent.snm
-rw-r--r--   1 don      None        16384 Jan  4 09:10 Unsent
Messages.snm
-rw-r--r--   1 don      None       147456 Jan  3 22:31 debian.snm
-rw-r--r--   1 don      None       453879 Jan  3 22:31 debian
-rw-r--r--   1 don      None       360448 Dec 26 11:44 general.snm
-rw-r--r--   1 don      None       697332 Dec 26 11:44 general
-rw-r--r--   1 don      None        98304 Dec 23 22:40 znoops.snm
-rw-r--r--   1 don      None        16384 Dec 23 22:40 outbox.snm
-rw-r--r--   1 don      None        65536 Dec 23 22:40 onyx.snm
-rw-r--r--   1 don      None        16384 Dec 23 22:40 zdnetwee.snm
-rw-r--r--   1 don      None        16384 Dec 23 22:40 Templates.snm
-rw-r--r--   1 don      None        16384 Dec 23 22:40 Drafts.snm
-rw-r--r--   1 don      None         5496 Dec 23 22:40 Samples.snm
-rw-r--r--   1 don      None        11696 Dec 23 22:40 stuart.snm
-rw-r--r--   1 don      None         5032 Dec 23 22:40 sysoptim.snm
-rw-r--r--   1 don      None        16384 Dec 22 23:01 friends.snm
-rw-r--r--   1 don      None       598321 Dec  8 13:42 znoops
-rw-r--r--   1 don      None       199500 Nov  8 11:59 onyx
-rw-r--r--   1 don      None            0 Oct 12 23:37 outbox
-rw-r--r--   1 don      None            0 May 12  2000 Drafts
-rw-r--r--   1 don      None            0 May 12  2000 Templates
-rw-r--r--   1 don      None            0 Feb 18  2000 zdnetwee
drwxr-xr-x   2 don      None            0 Oct 26  1999 friends
drwxr-xr-x   2 don      None            0 Oct 26  1999 family
-rw-r--r--   1 don      None       143219 Feb  5  1999 stuart
-rw-r--r--   1 don      None         3238 Sep 12  1997 sysoptim
-rw-r--r--   1 don      None        23595 Jul 30  1997 Samples
$ find dosd -type f -mtime -15 -print
dosd/ffastun.ffo
dosd/ffastun.ffl
dosd/ffastun0.ffx
dosd/ffastun.ffa
$ ls -l dosd
total 239
drwxr-xr-x   3 don      None            0 Apr 10  1998 DCOLON
-rw-r--r--   1 don      None         4379 Jan  5 20:22 ffastun.ffa
-rw-r--r--   1 don      None        57344 Jan  5 20:22 ffastun.ffl
-rw-r--r--   1 don      None        45056 Jan  5 20:22 ffastun.ffo
-rw-r--r--   1 don      None       380928 Jan  5 20:22 ffastun0.ffx
drwxr-xr-x   3 don      None            0 May  5  1999 mpsdata
drwxr-xr-x   2 don      None            0 Nov  5  1998 recycled
drwxr-xr-x   2 don      None            0 Apr 10  1998 temp
drwxr-xr-x   6 don      None            0 Apr 10  1998 users
$ cygcheck -v -r -s
Cygnus Win95/NT Configuration Diagnostics
Current System Time: Sun Jan  7 11:56:12 2001

WinNT Ver 4.0 build 1381 Service Pack 6

Path:	/usr/local/bin
	/usr/bin
	/bin
	/dosc/WINNT/System32
	/dosi/MSDEV/BIN
	/dosj/USR/LOCAL/BIN
	/dosc/DOS
	/dosc/BIN
	/dosc

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

PWD = `/'
USER = `don'
C_INCLUDE_PATH = `/usr/local/include'
LIBRARY_PATH = `/usr/local/lib'
MAKE_MODE = `unix'
HOME = `/dosd/users/don'

NUMBER_OF_PROCESSORS = `1'
PROMPT = `$P$G'
LOGONSERVER = `\\TULUM2'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
TZ = `GMT0BST'
COMSPEC = `C:\WINNT\system32\cmd.exe'
!C: = `C:\WINNT\profiles\don\DESKTOP'
SYSTEMDRIVE = `C:'
ROOTDIR = `C:/BIN'
HOSTNAME = `TULUM2'
INCLUDE = `i:\msdev\include;i:\msdev\mfc\include;%include%'
PROCESSOR_REVISION = `0600'
MSDEVDIR = `I:\MSDEV'
PATHEXT = `.COM;.EXE;.BAT;.CMD'
COMPUTERNAME = `TULUM2'
WINDIR = `C:\WINNT'
SCSI_DRIVER = `C:\IOMEGA '
USERPROFILE = `C:\WINNT\Profiles\don'
PS1 = `^[]0;\w\a
^[[32m\u@\h ^[[33m\w^[[0m
$ '
!G: = `G:\bin'
LS_COLORS =
`no=00:fi=00:di=01;36:ln=00;34:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=00;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.deb=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.mpg=07;44:*.avi=07;44:*.gl=07;44:*.dl=07;44:'
CPLUS_INCLUDE_PATH = `/usr/local/include'
MACHTYPE = `i686-pc-cygwin'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 6 Stepping 0, GenuineIntel'
OS = `Windows_NT'
OLDPWD = `/dosd/users/don'
PROCESSOR_ARCHITECTURE = `x86'
TEMP = `/dosc/TEMP'
PROCESSOR_LEVEL = `6'
SCSI_UTILITY = `C:\IOMEGA '
SYSTEMROOT = `C:\WINNT'
HOMEDRIVE = `C:'
LIB = `i:\msdev\lib;i:\msdev\mfc\lib;%lib%'
SHLVL = `1'
HOMEPATH = `\'
USERDOMAIN = `TULUM2'
USERNAME = `don'
SHELL = `/bin/sh'
HOSTTYPE = `i686'
OSTYPE = `cygwin'
TERM = `linux'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\00
  (default) = `g:'
  unix = `/'
  fbinary = 0x00000001
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\01
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\02
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\03
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\04
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\05
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\06
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\07
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\08
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\09
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0A
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0B
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0C
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0D
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0E
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0F
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\10
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\11
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\12
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\13
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\14
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\15
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\16
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\17
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\18
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\19
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1A
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1B
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1C
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed
Components\g:/
  (default) = `20000517'
  bash = `0002.0004.0001'
  binutils = `19990818.0001'
  bison = `0000'
  byacc = `0000'
  bzip = `0000'
  clear = `0001.0000'
  cygwin = `0001.0001.0002'
  dejagnu = `0000'
  diff = `0000'
  expect = `0000'
  fileutils = `0000'
  findutils = `0000'
  flex = `0000'
  gawk = `0000'
  gcc = `0002.0095.0002.0001'
  gdb = `20000610'
  gperf = `0000'
  grep = `0000'
  groff = `0001.011a.0001'
  gzip = `0000'
  inetutils = `0001.0003.0002.0002'
  less = `0000'
  libpng = `0001.0000.0006.0001'
  login = `0001.0002'
  m = `0000'
  make = `0003.0079.0001'
  man = `0001.005g.0002'
  patch = `0000'
  sed = `0003.0002.0001'
  shellutils = `0000'
  tar = `0000'
  tcltk = `20000610'
  termcap = `0002'
  texinfo = `0000'
  time = `0000'
  zlib = `0001.0001.0003.0001'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `g:\'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dev/fd0
  (default) = `\\.\A:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dev/nrmt0
  (default) = `\\.\tape0'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dev/nst1
  (default) = `\\.\tape1'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dev/rmt0
  (default) = `\\.\tape0'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dev/st1
  (default) = `\\.\tape1'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosc
  (default) = `c:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosd
  (default) = `d:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosf
  (default) = `f:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosh
  (default) = `h:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosi
  (default) = `i:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosj
  (default) = `j:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/dosn
  (default) = `n:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = `c:\tmp'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `g:/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `g:/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\GNUPro\i586-cygwin32\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1

a:  fd           N/A    N/A                    
c:  hd  FAT      511Mb  52% CP    UN           SYSTEMFILES
d:  hd  FAT      255Mb  66% CP    UN           USERFILES
e:  hd  FAT      143Mb  96% CP    UN           WINDOWSWAPS
f:  hd  FAT      511Mb  67% CP    UN           WINAPPLICS
g:  hd  FAT      127Mb  92% CP    UN           CYGWINPOSIX
h:  hd  FAT      127Mb  44% CP    UN           OPENWORK
i:  hd  FAT      511Mb  94% CP    UN           MICROSOFT
j:  hd  NTFS     511Mb  85% CP CS UN PA FC     NTApplics
k:  hd  NTFS     255Mb  39% CP CS UN PA FC     ReserveNT
l:  fd  FAT       95Mb  43% CP    UN           MIS_001
m:  cd           N/A    N/A                    
n:  hd  FAT      501Mb  43% CP    UN           FREETIME
o:  hd  FAT      501Mb   1% CP    UN           LUXURYLINER

\\.\tape0  /dev/nrmt0  system  binmode
\\.\tape0  /dev/rmt0  system  binmode
\\.\tape1  /dev/nst1  system  binmode
\\.\tape1  /dev/st1  system  binmode
\\.\A:  /dev/fd0  system  binmode
c:\tmp  /tmp     system  binmode
g:\bin  /usr/bin  system  binmode
g:\lib  /usr/lib  system  binmode
c:    /dosc    system  binmode
d:    /dosd    system  binmode
f:    /dosf    system  binmode
g:    /        system  binmode
h:    /dosh    system  binmode
i:    /dosi    system  binmode
j:    /dosj    system  binmode
n:    /dosn    system  binmode

Found: g:\bin\bash.exe
Found: \bin\bash.exe
Warning: g:\bin\bash.exe hides \bin\bash.exe
Found: g:\bin\cat.exe
Found: j:\USR\LOCAL\BIN\cat.exe
Warning: g:\bin\cat.exe hides j:\USR\LOCAL\BIN\cat.exe
Found: c:\BIN\cat.exe
Warning: g:\bin\cat.exe hides c:\BIN\cat.exe
Found: \bin\cat.exe
Warning: g:\bin\cat.exe hides \bin\cat.exe
Found: g:\bin\cpp.exe
Found: \bin\cpp.exe
Warning: g:\bin\cpp.exe hides \bin\cpp.exe
Found: g:\bin\find.exe
Found: c:\DOS\find.exe
Warning: g:\bin\find.exe hides c:\DOS\find.exe
Found: \bin\find.exe
Warning: g:\bin\find.exe hides \bin\find.exe
Found: g:\bin\gcc.exe
Found: \bin\gcc.exe
Warning: g:\bin\gcc.exe hides \bin\gcc.exe
Found: g:\bin\gdb.exe
Found: \bin\gdb.exe
Warning: g:\bin\gdb.exe hides \bin\gdb.exe
Not Found: ld
Found: g:\bin\ls.exe
Found: j:\USR\LOCAL\BIN\ls.exe
Warning: g:\bin\ls.exe hides j:\USR\LOCAL\BIN\ls.exe
Found: \bin\ls.exe
Warning: g:\bin\ls.exe hides \bin\ls.exe
Found: g:\bin\make.exe
Found: j:\USR\LOCAL\BIN\make.exe
Warning: g:\bin\make.exe hides j:\USR\LOCAL\BIN\make.exe
Found: \bin\make.exe
Warning: g:\bin\make.exe hides \bin\make.exe
Found: g:\bin\sh.exe
Found: \bin\sh.exe
Warning: g:\bin\sh.exe hides \bin\sh.exe

   56k 2000/12/03 g:\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2000/11/20 23:53
  655k 2000/10/19 g:\bin\cygduff.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/10/19 5:04
   14k 2000/10/23 g:\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2000/10/23 20:02
   18k 2000/10/23 g:\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2000/10/23 3:26
   83k 2000/06/11 g:\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/6/11 4:34
   35k 2000/06/11 g:\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/6/11 4:34
  402k 2000/06/11 g:\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/6/11 4:30
    5k 2000/06/11 g:\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/06/11 g:\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30
  639k 2000/06/11 g:\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/6/11 4:34
   45k 2000/10/22 g:\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2000/10/23 0:06
  119k 2000/10/23 g:\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2000/10/23 1:58
  162k 2000/10/23 g:\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2000/10/23 1:40
  243k 2000/10/23 g:\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2000/10/23 2:14
   49k 2000/10/23 g:\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2000/10/23 1:22
   83k 2000/11/25 g:\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2000/11/25 5:42
   53k 2000/11/25 g:\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2000/11/25 5:42
   35k 2000/11/25 g:\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2000/11/25 5:41
  300k 2000/11/25 g:\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2000/11/25 5:40
   17k 2000/11/30 g:\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2000/11/30 2:28
  108k 2000/11/30 g:\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2000/11/30 2:28
   41k 2000/11/20 g:\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2000/11/20 2:41
   45k 2000/11/20 g:\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2000/11/20 2:45
  609k 2000/11/22 g:\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/11/22 2:00
    Cygwin DLL version info:
        dll major: 1001
        dll minor: 6
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 30
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Tue Nov 21 21:00:16 EST 2000
        shared id: cygwin1S3

   56k 2000/12/03 \bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2000/11/20 23:53
  655k 2000/10/19 \bin\cygduff.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/10/19 5:04
   14k 2000/10/23 \bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2000/10/23 20:02
   18k 2000/10/23 \bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2000/10/23 3:26
   83k 2000/06/11 \bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/6/11 4:34
   35k 2000/06/11 \bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/6/11 4:34
  402k 2000/06/11 \bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/6/11 4:30
    5k 2000/06/11 \bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/06/11 \bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30
  639k 2000/06/11 \bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/6/11 4:34
   45k 2000/10/22 \bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2000/10/23 0:06
  119k 2000/10/23 \bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2000/10/23 1:58
  162k 2000/10/23 \bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2000/10/23 1:40
  243k 2000/10/23 \bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2000/10/23 2:14
   49k 2000/10/23 \bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2000/10/23 1:22
   83k 2000/11/25 \bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2000/11/25 5:42
   53k 2000/11/25 \bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2000/11/25 5:42
   35k 2000/11/25 \bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2000/11/25 5:41
  300k 2000/11/25 \bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2000/11/25 5:40
   17k 2000/11/30 \bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2000/11/30 2:28
  108k 2000/11/30 \bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2000/11/30 2:28
   41k 2000/11/20 \bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2000/11/20 2:41
   45k 2000/11/20 \bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2000/11/20 2:45
  609k 2000/11/22 \bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/11/22 2:00
    Cygwin DLL version info:
        dll major: 1001
        dll minor: 6
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 30
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Tue Nov 21 21:00:16 EST 2000
        shared id: cygwin1S3

Use -h to see help about each section

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-01-09  8:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3A587E0D.25673.3868B4B@localhost>
2001-01-08  0:56 ` find date fault Don Sharp
2001-01-08  1:33   ` Gerrit P. Haase
2001-01-08  1:24 ` Don Sharp
2001-01-08  1:48   ` Gerrit P. Haase
2001-01-08  2:13   ` Gerrit P. Haase
2001-01-09  0:58     ` Don Sharp
2001-01-09  8:37 Don Sharp
     [not found] <3A599A2F.8729.FA1A873@localhost>
2001-01-08  7:00 ` Don Sharp
  -- strict thread matches above, loose matches on Subject: below --
2001-01-07  4:07 Don Sharp
2001-01-07  5:30 ` Gerrit P. Haase

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).