Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3976591
By: nobody

Hi, I'm not a sed wizard but is something wrong with the sed output bellow:

$ sed --version
GNU sed version 4.1.4
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
to the extent permitted by law.

$ echo "bug:me" | sed 's/[:]/ /'
bug me

$ echo "bug:me" | sed 's/:/ /'
C:\msys\local\bin\sed.exe: -e expression #1, char 13: unknown option to `s'

$ echo "bug:me" | sed 's/\:/ /'
C:\msys\local\bin\sed.exe: -e expression #1, char 9: unknown option to `s'

$ echo "bug:me" | sed 's+:+ +'
bug me

$ echo "bug:me" | sed 's+\:+ +'
bug me

I sent bug report to maintainer but he said to report it to gnuwin32...

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to