cat a.txt | sed '/group\|into\|sss/d'    #删除文件a.txt中带有字符串group或者into或者sss的行,“或”运算符需要转义

相关文章: