# cat a.txtonetwothree# sed -i.bak '/two/d' a.txt // .bak is the suffix of backup file.# lsa.txt a.txt.bak# cat a.txtonethree# cat a.txt.bak onetwothree
如果-i后没有指定suffix, 则不备份文件