X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Olivier Lefevre Subject: Re: ls returning file list as one big string Date: Sun, 22 Jul 2007 00:26:02 +0200 Lines: 30 Message-ID: References: <46A28476 DOT 9010706 AT byu DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <46A28476.9010706@byu.net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > for i in *.java; do sed -e "$i"; done Thanks, I hadn't thought of getting rid of the ls; this works. > I am unable to reproduce this. Perhaps you can paste the entire contents > of a directory in question? $ cd /c/Java/j2sdk1.5.0/src/java/util/jar $ for i in `\ls *.java`; do echo \"$i\"; done "Attributes.java JarEntry.java JarException.java JarFile.java JarInputStream.java JarOutputStream.java JarVerifier.java JavaUtilJarAccessImpl.java Manifest.java Pack200.java" $ ls *.java Attributes.java* JarInputStream.java* Manifest.java* JarEntry.java* JarOutputStream.java* Pack200.java* JarException.java* JarVerifier.java* JarFile.java* JavaUtilJarAccessImpl.java* Regards, -- O.L. -- 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/