Help for this page

Select Code to Download


  1. or download this
    $ find /path/to/files -name "*.xml" -exec perl -p -i -e 's/this/that/g
    +' {} \;
    
  2. or download this
    $ find /path/to/files -name "*.txt" -exec -perl -p -i -e 's/these/thos
    +e/i' {} \;
    
  3. or download this
    $ find /path/to/files -type f -exec changeIt.pl {} \;