Skip to content

Instantly share code, notes, and snippets.

@akash0x53
Created December 14, 2014 06:47
Show Gist options
  • Save akash0x53/afc9cd14198923a0fbdf to your computer and use it in GitHub Desktop.
Save akash0x53/afc9cd14198923a0fbdf to your computer and use it in GitHub Desktop.
find & replace with sed
find . -iname '*py' -exec sed -i 's/foo/bar/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment