"Accent problem" still not fixed in current cygwin release
Jason Tishler
Jason.Tishler@dothill.com
Mon Aug 14 20:10:00 GMT 2000
On Mon, Aug 14, 2000 at 04:21:29AM +0200, Andreas Eibach wrote:
> I can't even write a primitive shell script in this thing because I don't
> have the inverted apostroph I need to _execute_ unix commands, eg
>
> cp -p $1 `echo $2 | sed 's/foo/bar//g'`
I'm sure that this won't solve all of your problems, but why not use the
equivalent "$(...)" syntax:
cp -p $1 $(echo $2 | sed 's/foo/bar//g')
Jason
--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list