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 |
Message-ID: | <3D2798CD.3050202@mscha.org> |
Date: | Sun, 07 Jul 2002 03:26:37 +0200 |
From: | Michael Schaap <cygwin AT mscha DOT org> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 |
X-Accept-Language: | en-us, en |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: ls -R doesn't work; V1.3.12 on Win2000 |
References: | <000901c22458$419aef30$9e00100a AT HTURLAPATI> <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020706130513 DOT 025cca18 AT pop3 DOT cris DOT com> <20020706201235 DOT GD1823 AT redhat DOT com> |
X-Virus-Scanned: | at mscha.org by amavisd-milter (http://amavis.org/) |
On 6-7-2002 22:12, Christopher Faylor wrote: > find . -iname '*.doc' | xargs ls -ld > Since there will most likely be file names with spaces (bah!) you'd need to do something like: find . -iname '*.doc' -print0 | xargs -0 ls -ld - Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |