测试文件test.txt内容
aaa ab abcd eeee
sed -n '/aaa/p' test.txt
sed -n 's/aaa/ccc/p' test.txt
sed -i 's/aaa/ccc/g' test.txt