Skip to content

Instantly share code, notes, and snippets.

@onigra
Last active December 22, 2015 17:09
Show Gist options
  • Save onigra/6504610 to your computer and use it in GitHub Desktop.
Save onigra/6504610 to your computer and use it in GitHub Desktop.
カレントディレクトリ内の.sqlファイルをsedする
find . -type f -name '*.sql' -print -exec sed -i 's/hoge/fuga/' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment