Hacker News new | ask | show | jobs
by GibBreakPls 2946 days ago
You are doing it wrong if you are "reading through a long man page".
1 comments

What is the „correct“ way? (real question, I am curious)
You can search man pages by "/" then your search term, then press "n" to cycle forward, "N" to cycle back through occurrences.
grep is pretty handy, -C 5 or so will get you a nice amount of context. Maybe GibBreakPls has better tricks.