I am trying to do a global replacement of a value in a directory. The command I am using is
"perl -p -i -e 's|<old text>|<new text>|g' *"
This of course touches all files in the directory and I am getting errors on executable programs that it pass through. Is there a way to select just the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.