Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <03F4742D8225D21191EF00805FE62B990205E2A0@AA-MSG-01> From: John Wiersba To: "'Joshua Rosen'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: How do I list subdirectories? Date: Wed, 25 Aug 1999 13:03:53 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" > I am wondering why using a backslash anyware in a shell expression > escapes all of the asterisks, right now..., but that appears to be > something about bash, not Cygwin. It doesn't. Go to any dir with subdirs and try echo */ echo *\/ echo *\a*/ (assuming some subdir has an "a" in it) echo *z*/ (assuming no subdir has a "z" in it) If you have shopt -u nullglob (the default) then a failed pattern is left as is. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com