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://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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: | "Uwe Schmitt" <schmitt AT num DOT uni-sb DOT de> |
To: | "Vinay Kumar" <kvinay AT denver DOT india DOT mentorg DOT com>, <cygwin AT cygwin DOT com> |
Subject: | AW: [mailinglist] ls could not list all files |
Date: | Thu, 8 Jul 2004 16:30:11 +0200 |
Message-ID: | <EEEGLAIFCOKLPKPJMAFOOEDMGHAA.schmitt@num.uni-sb.de> |
MIME-Version: | 1.0 |
In-Reply-To: | <Pine.LNX.4.10.10407082039220.23099-100000@denver.india.mentorg.com> |
X-AntiVirus: | checked by AntiVir Milter 1.0.6; AVE 6.26.0.3; VDF 6.26.0.19 |
X-AntiVirus: | checked by AntiVir MailGate (version: 2.0.1.16; AVE: 6.26.0.3; VDF: 6.26.0.19; host: caesar.num.uni-sb.de) |
X-IsSubscribed: | yes |
Hi, maybe there is a file like "-xxx" in the directory, which will be interpreted as an argument to ls. Try the following: for U in *; do echo $U; ls $U || break; done The loop should stop at the file making problems and above the error statement you should see the according filename. Greetings, Uwe > -----Ursprungliche Nachricht----- > Von: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]Im Auftrag > von Vinay Kumar > Gesendet: Donnerstag, 8. Juli 2004 22:50 > An: cygwin AT cygwin DOT com > Betreff: [mailinglist] ls could not list all files > > > Dear all, > I am facing strange problem. I have a directory test1 in which there > are number of files. I am running following command and see some problem > here. > > $ ls test1/* | wc > 2745 2745 32724 > > So total number of charcter if all filename is written on command line is > 32724. Now I create another file. > > $ touch test1/a > $ ls test1/* > bash: /bin/ls: Invalid argument > > ls does not work in this case. Is there any limitation on total number of > charcters in command line? How could we change it to higher limit? > > I am using cygwin 1.5.5.1 and fileutils-4.1-2. > > regards > Vinay > > > -- > 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/ -- 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 |