Help for this page

Select Code to Download


  1. or download this
    find . -type f | xargs perl -pi.bak -e 's/string x/string y/g'
    
  2. or download this
    find . -type f | xargs -n 255 perl -pi.bak -e 's/string x/string y/g'