cat test4.sql | sed 's/""/"/g' > test5.sql echo "aaaaaa" | sed 's/a/b/g' #所有a替换成b echo "aaaaaa" | sed 's/a/b/' #第一个a替换成b