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: From: "Tarr, Stephen F" To: "'Heribert Dahms'" , "'Tarr, Stephen F'" , "'cygwin AT sourceware DOT cygnus DOT com'" Subject: RE: shell back quote expansion problem Date: Fri, 23 Jun 2000 14:09:10 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain The first of these failed, the second one worked. I don't understand how writing the output into a file and reading it back in with 'cat' is removing the carriage returns, but that's clearly the key to making the shell happy. -ST > -----Original Message----- > From: Heribert Dahms [SMTP:heribert_dahms AT icon-gmbh DOT de] > Sent: Friday, June 23, 2000 12:58 PM > To: 'Tarr, Stephen F'; 'cygwin AT sourceware DOT cygnus DOT com' > Subject: RE: shell back quote expansion problem > > 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