in reply to Parsing each file of a directory to change once string instance to another

How about a one-liner?
perl -p -i -e 's %foo\-fuu\.net%fuuonline\.com%g' /home/onyx2/www/*.sh +tml
  • Comment on Re: Parsing each file of a directory to change once string instance to another
  • Download Code