Skip to content

Instantly share code, notes, and snippets.

@peihsinsu
Created October 11, 2018 03:59
Show Gist options
  • Save peihsinsu/bb6829a78d1b8b9098f45d4c89fd30f3 to your computer and use it in GitHub Desktop.
Save peihsinsu/bb6829a78d1b8b9098f45d4c89fd30f3 to your computer and use it in GitHub Desktop.
grep replace files in a folder
find ./ -type f -exec sed -i -e 's/3.4/3.8/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment