Skip to content

Instantly share code, notes, and snippets.

@gernest
Created August 26, 2016 15:14
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 gernest/410c5d0a7ad8bc62db4fc382577c0220 to your computer and use it in GitHub Desktop.
Save gernest/410c5d0a7ad8bc62db4fc382577c0220 to your computer and use it in GitHub Desktop.

Find and replace occurance of a string ina all files in a directory

$ find ./wuxia/  -type f -exec sed -i -e 's/package wuxia/package gen/g' {}  \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment