命令以下:sed -i “s/原字符串/新字符串/g” `grep 原字符串 -rl 所在目录` sed -i "s/errdemo/jiedai/g" `grep errdemo -rl .` 字符串