Core Coding

Linux Search & Replace

  Core Coding Free Files
A recursive search and replace linux command, for those massive file changes you don't feel like doing by hand.
find . -type f | xargs perl -pi~ -e 's/oldtext/newtext/g;'
Go back to resources
Home Mail Login