Linux sed command that generates a new file on every regex match

前端 未结 0 697
别那么骄傲
别那么骄傲 2020-12-17 04:35

I have the following Linux command which I am using to extract data from one very large log file.

sed -n "//,/<\\/trade>/p" Large         


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