Skip to content

Instantly share code, notes, and snippets.

@goldsworthy
Created April 22, 2016 16:18
Show Gist options
  • Save goldsworthy/d38d45b48aca0f8d72e4416fd1f2b690 to your computer and use it in GitHub Desktop.
Save goldsworthy/d38d45b48aca0f8d72e4416fd1f2b690 to your computer and use it in GitHub Desktop.
find . -name '*.scala' -print0 | xargs -0 sed -i "" "s/this/that/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment