我遇到了这个 sed 命令,但我不知道它在做什么。我知道它正在使用 就地更改文件-i,它正在使用脚本-e并且脚本是$a\,但是这个脚本在做什么?
-i
-e
$a\
sed -i -e '$a\' filename
sed
sed ×1