Skip to content

Instantly share code, notes, and snippets.

@dodopok
Created June 12, 2013 12:50
Show Gist options
  • Save dodopok/5764967 to your computer and use it in GitHub Desktop.
Save dodopok/5764967 to your computer and use it in GitHub Desktop.
Find and Replace - Linux
find . -name *.* -type f | xargs sed -i s/"extends ppController"/"extends VendasAppController"/ *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment