in reply to Search and Replace not working
As you can see, the FOO changed to 123, is this the ACTUAL code you are trying to run, or have you cleansed it for the site?perl -pe 's/FOO/123/g' blah.txt -a = fuhergrg -b = awerh9w8eh -c = rgiuhreg -d = C:\tmp\123.txt ------------ Contents of blah.txt >more blah.txt -a = fuhergrg -b = awerh9w8eh -c = rgiuhreg -d = C:\tmp\FOO.txt
|
---|