Skip to content

Instantly share code, notes, and snippets.

@peihsinsu
Created October 11, 2018 03:59
Show Gist options
  • Select an option

  • Save peihsinsu/bb6829a78d1b8b9098f45d4c89fd30f3 to your computer and use it in GitHub Desktop.

Select an option

Save peihsinsu/bb6829a78d1b8b9098f45d4c89fd30f3 to your computer and use it in GitHub Desktop.

Revisions

  1. peihsinsu created this gist Oct 11, 2018.
    1 change: 1 addition & 0 deletions grep-replace-files.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find ./ -type f -exec sed -i -e 's/3.4/3.8/g' {} \;