upvote
The real jackpot is if they're the same as the --help command
reply
Most people just discount man pages as unreadable and don’t even try to understand them.

Case in point: the jq man page is incredible and everyone I know instead runs off to google or stackoverflow or Claude to answer simple questions

reply
I was never able to properly parse large man pages, I'm so happy that llms can now prepare half a usable command without spending an hour reading a time without a single usage example.
reply
What I usually do when I have to read large man pages like bash(1) is I read them as PDFs:

man -Tpdf bash | zathura -

Replace zathura with any PDF viewer reading from stdin or just save the PDF. Hope that can be useful to someone!

reply
But its also true that many, many man pages have extremely valuable information that no enterprising hacker should overlook, too ..
reply
Do we still have those? I think it was common in late '90s, due to GNU trying to get `info` gain moment but nowadays?
reply
Mostly just the bash builtins have (had) this problem.
reply