LoginSignup
0
0

More than 5 years have passed since last update.

一括置換するときのアレ

Posted at
find . ! \( -path "./.git*" -or -path "./tmp*" -or -path "*assets*" -or -path "*log*" -or -path "*doc*" \) -type f -print0 | xargs -0 ruby -i -p -e '$_.gsub! %q{hoge}, %q{fugo}'
0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0