Quote:
Originally Posted by Wintersdark
If I were still running linux, I'd mass convert them all to text and figure out how to script applying the regex replace to them, but I have no idea of how to go about that in windows.
|
Two suggestions:
1) Use the cygwin tools. You can get windows versions of all the standard Unix stuff such as bash, sed, egrep, etc. Couple that with vim (windows native) and you should have what you need.
2) Run linux in a VM under windows, and do the work there. I do this frequently with virtualbox, but I am sure that the other VM managers work fine as well.