Microsoft
Software
Hardware
Network
Question : Unix Tools: sed Command Not Working in Windows XP
I'm running Win XP SP2
I'm using an old package of Unix tools for DOS.
I need to execute the sed substitute command on a large file and I'd like to find a package of Unix tools for Windows.
C:\>sed 's/x/y/g' file1 > file2
Returns Error: Unrecognized command: 's/x/y/g'
I've also tried:
C:\>sed -e 's/x/y/g' file1 > file2
C:\>cat file1 | sed -e 's/x/y/g' > file2
C:\>cat file1 | sed 's/x/y/g' > file2
Any suggestions to remedy this?
I remember trying CygWin and something about it I did not like. What other Unix Utilities packages are available for Windows XP?
Answer : Unix Tools: sed Command Not Working in Windows XP
Here's suggestions from others looking for similar things:
http://stackoverflow.com/q
uestions/1
27318/is-t
here-any-s
ed-
like-ut
ility-for-
cmd-exe
Random Solutions
KDL55HX701 or 55LH90, which is best/newer?
javax.servlet.jsp.JspExcep
tion: Cannot retrieve definition for form bean null on action
Parallel port to usb port adapter for Printer?
Audit Failure on Windows 2008
Event ID 12293 Security -SPP Publishing key management service Error#0x8007232D
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
Server Error in '/Reports' Application in SQL Server Reporting Services
iPhone Exchange Emails
How to enable workstation users to install software through GPO using SBS 2008
Question about Exchange 2010 mailbox move.