I didn't know about this until today `grep -B 2 ab...
# random
v
I didn't know about this until today
grep -B 2 abc
grep -A 2 abc
A is "After" B is "Before" shows you the lines before and after your match, Pretty nifty
a
Wow - that is super handy!
f
it always takes me like 3 retries to remember that its -A/B not -a/b