Hello, I'm trying to search for a word and replace it multiple files at a windows command prompt with the following:
perl -pi -e 's/wordToFind/replaceWithThisWord/gi'*.fileExtension This errors out. I've tried to replace the delimiters / with - to no effect. Does someone know how to alter this to make it work under Windows? thanks! gc -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]