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
IIF Field Length Question
Cropping Photos Without Changing The Aspect Ratio in Fireworks 8
Do you know a utility in Unix I could use that would compare 2 files (for ex:, files A.txt vs B.txt) and display the differences between the 2 files?
Moved a Dolpin 7 website to a new server and I get an error message.
web forms: xForms or javascript forms: which one is the best?
Excel 2007 viewer error in Windows Server 2008 R2 terminal server (crash)
Cisco CallManager CRD Analysis and Reporting
Microsoft Word and outlook formatting problems
Increment Value
delphi Run once