Comment by stephantul
13 hours ago
You need readfile to do something with those tokens. Grep only gives you the matching lines, not the context.
13 hours ago
You need readfile to do something with those tokens. Grep only gives you the matching lines, not the context.
`grep -C $NUM` ? ;)
Even so. Take a look at the NDCG numbers for grep. It's not pretty
ripgrep exists though
1 reply →