Boosting the grep search using GNU parallel

后端 未结 0 714
暗喜
暗喜 2021-01-25 10:55

I am using the following grep script to output all the unmatched patterns:

grep -oFf patterns.txt large_strings.txt | grep -vFf - patterns.txt > unmatched_patt         


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