使用 grep查找包含“oldStr” 的所有文件, 然后使用sed对所有的文件进行替换
sed -i "s/oldStr/newStr/g" `grep -rl oldStr ./`
浙公网安备 33010602006230号
浙ICP备14015892号