Skip to content

Instantly share code, notes, and snippets.

@im6e
Created December 20, 2013 08:43
Show Gist options
  • Save im6e/8052048 to your computer and use it in GitHub Desktop.
Save im6e/8052048 to your computer and use it in GitHub Desktop.
To replace some texts in files recursively.
find . -type f | xargs sed -i -e 's/{before}/{after}/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment