public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Hannu E K Nevalainen \(garbage mail\)" <garbage_collector@telia.com>
To: <cygwin@cygwin.com>
Subject: RE: Find: missing alphabetically last dirtree
Date: Thu, 11 Sep 2003 14:54:00 -0000	[thread overview]
Message-ID: <NGBBLLIAMFLGJEOAJCCECENLDDAA.garbage_collector@telia.com> (raw)
In-Reply-To: <NGBBLLIAMFLGJEOAJCCECENIDDAA.garbage_collector@telia.com>

> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Hannu E K Nevalainen (garbage mail)

> >                   "cygwin1.dll" v0.0 ts=2003/9/8 6:40
> >         DLL identifier: cygwin1      ================
> >         Shared id: cygwin1S3
>
>                                        ^^^^^^^^^^^^^^^^
> Hrm? Seems I were too eager on this?
> I'll check again tomorrow.


cmd.exe:
	C:\Program\Cygwin\home\Hannu>dir /s /b /a-d P: >MSDN1.dir
bash:
$ cygcheck -svr >c_svr-snap.txt
$ grep -i cygwin1 c_svr-snap.txt
  945k 2003/09/01 C:\Program\cygwin\bin\cygwin1-STD.dll - os=4.0 img=1.0
sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/1 19:15
  948k 2003/09/11 C:\Program\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/11 5:01
        DLL identifier: cygwin1
        Shared id: cygwin1S3
$ find /cygdrive/p -type f >MSDN1
$ wc -l MSDN1
   1358 MSDN1
$ wc -l MSDN1.dir
   7915 MSDN1.dir

Looks as an improvement, but not yet all the way to "the holy graal".

$ cat MSDN1 | ( read line; while [ ! -z "$line" ]; \
do cygpath -w "$line"; read line; done) >MSDN1.find-w
$ sort MSDN1.dir >MSDN1.sort-dir
Administrator@P450 ~ bash (P)PID=(2000)2332, s=0
$ sort MSDN1.find-w >MSDN1.sort
$ diff -up MSDN1.sort MSDN1.sort-dir >MSDN1.diff-up
$ wc -l MSDN1.diff-up
   9276 MSDN1.diff-up
$ command ls -ln /cygdrive/p/
total 16450
dr-xr-xr-x    2 500      513             0 Nov 21  2002 IE60
-r-xr-xr-x    1 500      513       1707856 Oct 15  2001 InstMSIA.exe
-r-xr-xr-x    1 500      513       1821008 Sep 24  2001 InstMSIW.exe
dr-xr-xr-x    2 500      513             0 Nov 21  2002 NT4SP
dr-xr-xr-x    4 500      513             0 Nov 21  2002 Program Files
dr-xr-xr-x    4 500      513             0 Nov 21  2002 Samples
-r-xr-xr-x    1 500      513         45126 Sep 28  2002 autorun.exe
-r--r--r--    1 500      513            29 Oct 17  2001 autorun.inf
-r--r--r--    1 500      513      13181440 Nov 21  2002 msdn.msi
-r--r--r--    1 500      513          3584 Mar  1  2002 msdnadvt.mst
-r--r--r--    1 500      513         23245 Nov 16  2002 readme.htm
-r-xr-xr-x    1 500      513         57409 May 10  2002 setup.exe

After having examined the output of...

$ diff -y MSDN1.sort MSDN1.sort-dir | d2u | less

..I can see that the "Samples" dir is till not there.
Before the 2003-09-11-snapshot the "Program Files" also was excluded.

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E


   !     Sweden's Minister for Foreign Affairs
 --+--   Anna Lindh, 1957 - Sep 11, 2003 at 05:49
   !
   !     Stabbed at a shopping center in Stockholm,
   !     in the evening of Sep 10, 2003


 -> http://svt.se - Swedish public service TV

--END OF MESSAGE--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

  reply	other threads:[~2003-09-11 12:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10 13:07 Ralph Ulrich
2003-09-10 20:16 ` Christopher Faylor
2003-09-10 20:44   ` Hannu E K Nevalainen (garbage mail)
2003-09-10 21:12   ` Hannu E K Nevalainen (garbage mail)
2003-09-10 21:35     ` Hannu E K Nevalainen (garbage mail)
2003-09-11 14:54       ` Hannu E K Nevalainen (garbage mail) [this message]
2003-09-11 14:54         ` Hannu E K Nevalainen (garbage mail)
2003-09-11 15:35           ` Christopher Faylor
2003-09-11 18:29             ` Hannu E K Nevalainen (garbage mail)
2003-09-11 19:19               ` Christopher Faylor
2003-09-11 20:00                 ` Hannu E K Nevalainen (garbage mail)
2003-09-11 20:15                   ` Christopher Faylor
2003-09-11 20:22                     ` Hannu E K Nevalainen (garbage mail)
2003-09-11 23:34                       ` Christopher Faylor
2003-09-12 16:36                         ` Hannu E K Nevalainen (garbage mail)
2003-09-12 18:21                           ` Christopher Faylor
2003-09-12 21:21                             ` Hannu E K Nevalainen (garbage mail)
2003-09-12 21:45                               ` Hannu E K Nevalainen (garbage mail)
2003-09-13  0:22                               ` Christopher Faylor
2003-09-13  9:55                                 ` Hannu E K Nevalainen (garbage mail)
2003-09-13 16:21                                   ` Christopher Faylor
2003-09-13 18:24                                     ` Hannu E K Nevalainen (garbage mail)
2003-09-13 22:46                                       ` Hannu E K Nevalainen (garbage mail)
2003-09-13 23:24                                         ` Christopher Faylor
2003-09-14 14:42                                           ` setup versions 2.415, 2.340.2.5, 2.249.2.5 - Reinstall problem? Hannu E K Nevalainen (garbage mail)
2003-09-16  2:27                                             ` Robert Collins
2003-09-13 23:22                                       ` Find: missing alphabetically last dirtree Christopher Faylor
2003-09-14  2:14                                     ` Christopher Faylor
2003-09-14 14:42                                       ` Find: missing alphabetically last dirtree - FIX verified Hannu E K Nevalainen (garbage mail)
2003-09-12 21:45 Find: missing alphabetically last dirtree Kleven Bingham
2003-09-13  9:55 ` Hannu E K Nevalainen (garbage mail)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NGBBLLIAMFLGJEOAJCCECENLDDAA.garbage_collector@telia.com \
    --to=garbage_collector@telia.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).