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

相关文章:

  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-11-19
  • 2022-02-10
相关资源
相似解决方案