Skip to content

Instantly share code, notes, and snippets.

@jdesilvio
Last active January 7, 2020 19:35
Show Gist options
  • Save jdesilvio/1b74a60470011b172e36f92310e0d429 to your computer and use it in GitHub Desktop.
Save jdesilvio/1b74a60470011b172e36f92310e0d429 to your computer and use it in GitHub Desktop.
Find/Replace all Python
find ./src/**/*.py -type f -exec sed -i -e 's/<FIND>/<REPLACE>/g' {} \;
rm ./**/*-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment