Skip to content

Instantly share code, notes, and snippets.

@nateware
Created December 14, 2009 22:30
Show Gist options
  • Save nateware/256501 to your computer and use it in GitHub Desktop.
Save nateware/256501 to your computer and use it in GitHub Desktop.
Perl inline edit
perl -pi -e 's/CLAD/BKOC/g' test.txt
perl -pi.bak -e 's/CLAD/BKOC/g' test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment