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: Fri, 12 Sep 2003 21:45:00 -0000	[thread overview]
Message-ID: <NGBBLLIAMFLGJEOAJCCEIEPADDAA.garbage_collector@telia.com> (raw)
In-Reply-To: <NGBBLLIAMFLGJEOAJCCEKEOODDAA.garbage_collector@telia.com>


These two instances of ls -lna use SHOULD be with the same snapshot. I can't
say that I'm 100% sure about this though... AND PLEASE NOTE: I'm getting
TIRED (I do mistakes under these circumstances).

Compare the "." -line; should it differ as it does?

Previous posting by me:
> $ command ls -aln /cygdrive/p/
> total 16450
> dr-xr-xr-x    2 500      513             0 Nov 21  2002 .
> dr-xr-xr-x   16 0        0               0 Jan  1  1970 ..
> 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
>

$ command ls -lna /cygdrive/p/
total 16450
dr-xr-xr-x   14 500      513             0 Nov 21  2002 .
dr-xr-xr-x   16 0        0               0 Jan  1  1970 ..
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
$ cygcheck -svr | grep -i cygwin1
  945k 2003/09/01 C:\Program\cygwin\bin\cygwin1-2003-09-01.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-2003-09-11.dll - os=4.0
img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/11 5:01
  948k 2003/09/12 C:\Program\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/12 8:49
        DLL identifier: cygwin1
        Shared id: cygwin1S3

-- further checking --
Administrator@P450 ~ bash (P)PID=(496)2164, s=0
$ command ls -lna /cygdrive/p/ >~/p-home.txt
Administrator@P450 ~ bash (P)PID=(496)2164, s=0
$ cd F:
Administrator@P450 /cygdrive/f bash (P)PID=(496)2164, s=0
$ command ls -lna /cygdrive/p/ >~/p-f.txt
Administrator@P450 /cygdrive/f bash (P)PID=(496)2164, s=0
$ cd D:
Administrator@P450 /cygdrive/d bash (P)PID=(496)2164, s=0
$ command ls -lna /cygdrive/p/ >~/p-d.txt
Administrator@P450 /cygdrive/d bash (P)PID=(496)2164, s=0
$ cd W:
Administrator@P450 /cygdrive/w bash (P)PID=(496)2164, s=0
$ command ls -lna /cygdrive/p/ >~/p-w.txt
Administrator@P450 /cygdrive/w bash (P)PID=(496)2164, s=0
$ cd
Administrator@P450 ~ bash (P)PID=(496)2164, s=0
$ ls -l p*
-rw-r--r--    1 Administ      927 Sep 12 23:40 p-d.txt
-rw-r--r--    1 Administ      927 Sep 12 23:40 p-f.txt
-rw-r--r--    1 Administ      927 Sep 12 23:40 p-home.txt
-rw-r--r--    1 Administ      927 Sep 12 23:41 p-w.txt
Administrator@P450 ~ bash (P)PID=(496)2164, s=0
$ diff p-home.txt p-d.txt
2c2
< dr-xr-xr-x   14 500      513             0 Nov 21  2002 .
---
> dr-xr-xr-x    8 500      513             0 Nov 21  2002 .
Administrator@P450 ~ bash (P)PID=(496)2164, s=1
$ diff p-home.txt p-f.txt
2c2
< dr-xr-xr-x   14 500      513             0 Nov 21  2002 .
---
> dr-xr-xr-x   13 500      513             0 Nov 21  2002 .
Administrator@P450 ~ bash (P)PID=(496)2164, s=1
$ diff p-home.txt p-w.txt
2c2
< dr-xr-xr-x   14 500      513             0 Nov 21  2002 .
---
> dr-xr-xr-x    2 500      513             0 Nov 21  2002 .
Administrator@P450 ~ bash (P)PID=(496)2164, s=1
$


If this _isn't_ as it should, may I guess that _current_dir_ affects the
output here. Might it be that this has unpredictable side effects?

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

Yet another sad "9/11" story
 -> http://cnn.com/2003/WORLD/europe/09/11/sweden.stabbing/index.html

--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-12 21:45 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)
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) [this message]
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=NGBBLLIAMFLGJEOAJCCEIEPADDAA.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).