| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Hannu E K Nevalainen \(garbage mail\)" <garbage_collector AT telia DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Find: missing alphabetically last dirtree |
| Date: | Thu, 11 Sep 2003 15:45:17 +0200 |
| Message-ID: | <NGBBLLIAMFLGJEOAJCCEGENMDDAA.garbage_collector@telia.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| Importance: | Normal |
| In-Reply-To: | <NGBBLLIAMFLGJEOAJCCECENLDDAA.garbage_collector@telia.com> |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
The quest continues...
C:\...\>dir P: /Ad /s /b >MSDN1_dirs.dir
$ find /cygdrive/p -type d >MSDN1_dirs
$ wc -l MSDN1_dirs MSDN1_dirs.dir
60 MSDN1_dirs
863 MSDN1_dirs.dir
923 total
$ cat MSDN1_dirs | ( read line; while [ ! -z "$line" ]; \
do cygpath -w "$line"; read line; done) >MSDN1_dirs-w
$ d2u MSDN1_dirs-ws MSDN1_dirs.sdir
MSDN1_dirs-ws: done.
MSDN1_dirs.sdir: done.
$ wc -l MSDN1_dirs-ws MSDN1_dirs.sdir
59 MSDN1_dirs-ws
863 MSDN1_dirs.sdir
922 total
$ diff -iup MSDN1_dirs-ws MSDN1_dirs.sdir | wc -l
810
$ diff -iup MSDN1_dirs-ws MSDN1_dirs.sdir | head
--- MSDN1_dirs-ws 2003-09-11 15:29:34.000000000 +0200
+++ MSDN1_dirs.sdir 2003-09-11 15:29:52.000000000 +0200
@@ -57,3 +57,807 @@ p:\Program Files\Microsoft Visual Studio
p:\Program Files\Microsoft Visual Studio .NET\Common7
p:\Program Files\Microsoft Visual Studio .NET\Common7\IDE
p:\Samples
+P:\Samples\VC
+P:\Samples\VCSharp
+P:\Samples\VCSharp\General
+P:\Samples\VCSharp\General\CSharpAutomatingOffice
--
As you can see "p:\Samples" (a directory) is included in the output of diff,
but diff doesn't examine the CONTENTS of "P:\Samples".
/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
! Sweden's Minister for Foreign Affairs
--+-- Anna Lindh, Jun 19, 1957 - Sep 11, 2003 at 05:49 (CET)
!
!
!
-> 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |