Hacker News new | ask | show | jobs
by gitaarik 4097 days ago
You know you can also do -C 40 for 40 lines of context instead of -A 20 -B 20
1 comments

Note that -C is in each direction, not total; -C20 is equivalent to -A20 -B20.
Thank you,

This is the reason I always share how I do it in hn! LOL