Skip to content

Instantly share code, notes, and snippets.

@muminoff
Last active August 29, 2015 14:05
Show Gist options
  • Save muminoff/a5ebfc5934d344ef9fb2 to your computer and use it in GitHub Desktop.
Save muminoff/a5ebfc5934d344ef9fb2 to your computer and use it in GitHub Desktop.
Sed recursive

find . -type f -print0|xargs -0 sed -i 's/source_word/destination_word/g'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment