Remove a single line from a very large file using sed

后端 未结 0 634
北恋
北恋 2021-01-20 07:11

I am trying to remove a single line (the first match) towards the beginning of a 250GB file. The command i have is this:

sed -i \'0,/matchstring/{/matchstring         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题