Untitled
mac sed

$ grep -rl hoge *|xargs -I@ sed -i ""  "s/hoge/fuga/g" @