in reply to Can you teach a new dog an old trick?

#!/usr/bin/perl -p -i
s/string1/string2/g;

run this as
./script *.htm
  • Comment on Re: Can you teach a new dog an old trick?