在MAC系统中,sed命令在使用-i指令时候和Linux的命令不一样,需要在-i后面加上"", 例如: sed -i "" "s/aaa/bbb/g" 1.txt
sed
-i
""
sed -i "" "s/aaa/bbb/g" 1.txt