Skip to content

Instantly share code, notes, and snippets.

@Burgestrand
Created February 27, 2010 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Burgestrand/316729 to your computer and use it in GitHub Desktop.
Save Burgestrand/316729 to your computer and use it in GitHub Desktop.
Find and replace (recursively) in multiple files
ack -l -Q 'gpl-3.0.txt' | xargs sed -i .bak 's#http://www.gnu.org/licenses/gpl-3.0.txt#http://sam.zoy.org/wtfpl/#g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment