Skip to content

Instantly share code, notes, and snippets.

@bricef
Created April 22, 2010 17:24
Show Gist options
  • Save bricef/375515 to your computer and use it in GitHub Desktop.
Save bricef/375515 to your computer and use it in GitHub Desktop.
find ./ -name *.txt -type f -exec sed -i 's/old/new/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment