Hacker News new | ask | show | jobs
by andygrunwald 2946 days ago
What is the „correct“ way? (real question, I am curious)
3 comments

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.