Skip to content

Instantly share code, notes, and snippets.

@oscarolbe
Created April 25, 2018 14:55
Show Gist options
  • Save oscarolbe/477bba19e86939406490b2e0ca5dbb5e to your computer and use it in GitHub Desktop.
Save oscarolbe/477bba19e86939406490b2e0ca5dbb5e to your computer and use it in GitHub Desktop.
find ./src -type f -name "*.ex" -print0 | xargs -0 sed -i '' 's/something/another_stuff/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment