bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sed - slash replacement bug


From: Mike Bytnar
Subject: sed - slash replacement bug
Date: Thu, 11 Jan 2001 17:19:05 -0600

To whom it may concern,

Try the below command on a Windows compile of sed in the cygwin package.

The command searches for backslash to replace with foreward-slash.

i:\home>ECHO i:\test\test2 | sed 's/\\/\//g' | cat
sed: -e expression #1, char 8: Unterminated `s' command

This sed command works correctly in linux and solaris un*xen.
i:\home>sed -V
GNU sed version 3.02

Is there a fix or workaround for this?

Thank you for your time,
--Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]