Core Coding

Linux Search & Replace

  Linux Search & Replace
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