
25
Mar
2014
Speeding Up Grep Log Queries with GNU Parallel
Sometimes you come across a tool that everyone but you seems to have known about. I hit a wall recently where I wanted to query a massive 10GB text file with a list of terms in another file. Usually a simple grep command would do the trick, but I quickly