``` bash sed -i '' 's/被替换/新的/g' `grep '被替换' -rl 路径` ```