find . -type f -print0|xargs -0 sed -i 's/source_word/destination_word/g'
Last active
August 29, 2015 14:05
-
-
Save muminoff/a5ebfc5934d344ef9fb2 to your computer and use it in GitHub Desktop.
Sed recursive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment