Tagged Questions
1
vote
4answers
716 views
Grepping over a huge file performance
I have FILE_A which has over 300K lines and FILE_B which has over 30M lines.
I created a bash script that greps each line in FILE_A over in FILE_B and writes the result of the grep to a new file.
...