Mail Archives: cygwin/1998/09/24/00:26:10
Before replacing cygwinb19.dll:
$ echo '\\\' | sed 's@\\@/@g'
///
After replacing cygwinb19.dll (in cygwinb19.4.tar.gz on Andy Piper's page):
$ echo '\\\' | sed 's@\\@/@g'
sed: Unterminated `s' command
$ echo '\\\' | sed 's#\\#/#g'
///
$ echo 'aaa' | sed 's AT a@b AT g'
bbb
Is this bug?
-----
Free e-mail group hosting at http://www.eGroups.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -