Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm 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: <99B82AA9708ED0119B55006097125A00363EC2@ifk63.mach.uni-karlsruhe.de> From: Heribert Dahms To: "'Tarr, Stephen F'" , "'cygwin AT sourceware DOT cygnus DOT com'" Subject: RE: shell back quote expansion problem Date: Fri, 23 Jun 2000 21:57:59 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Hi Steve, try (untested): ls -l `cmd /c dir /b *.h | cat` or ls -l `cmd /c dir /b *.h | tr -d '\r'` Bye, Heribert (heribert_dahms AT icon-gmbh DOT de) > -----Original Message----- > From: Tarr, Stephen F [SMTP:stephen DOT f DOT tarr AT opbu DOT xerox DOT com] > Sent: Friday, June 23, 2000 21:47 > To: 'cygwin AT sourceware DOT cygnus DOT com' > Subject: shell back quote expansion problem > > [Heribert] [snip] > > 3. back quote expansion fails with output from an MS-DOS command > > ls -l `cmd /c dir /b *.h` > > [Heribert] [snip] > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com