Remove a single line from a very large file using sed

后端 未结 0 1629
耶瑟儿~
耶瑟儿~ 2021-01-20 07:46

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         


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