This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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@icon-gmbh.de)

> -----Original Message-----
> From:	Tarr, Stephen F [SMTP:stephen.f.tarr@opbu.xerox.com]
> Sent:	Friday, June 23, 2000 21:47
> To:	'cygwin@sourceware.cygnus.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]