This was essentially my primary motivation for writing `cheat`. The `man` pages are thorough, but often lack examples demonstrating the common use-cases.
I eventually tired of Googling "how to extract a tarball" (because I'm too lazy to read the lengthy manpage), and decided to create some supplemental tooling.
The feeling that a single actual example would make the whole thing a million times clearer.
Sometimes there's also an `info` file with more detail.
And one of my pet peeves. Do a search "How to briwyw the gomleqq" and the first one you look at has screen after screen of how to install Linux and everything and then finally at the very bottom it is finally revealed
gomleqq --briwyw 40 --eiei-dddd 9
and that's the little bit of knowledge that I needed all along, along with that fact that 40 needs to be at least 4 times bigger than 9 or you'll get dropped packets.
My impression is that people stopped filling their man pages because the information got into info pages when there was an ongoing campaign to create those (because the format was much more expressible).
And then, the users simply didn't learn how to use info, so developers dropped those and kept only the very short man pages.
That kinda makes me think if it would be possible to write a tool that patches these cheat sheets into man pages that don't yet have an EXAMPLES section.
chrisallenlane|3 years ago
I eventually tired of Googling "how to extract a tarball" (because I'm too lazy to read the lengthy manpage), and decided to create some supplemental tooling.
BossingAround|3 years ago
JJMcJ|3 years ago
Sometimes there's also an `info` file with more detail.
And one of my pet peeves. Do a search "How to briwyw the gomleqq" and the first one you look at has screen after screen of how to install Linux and everything and then finally at the very bottom it is finally revealed
and that's the little bit of knowledge that I needed all along, along with that fact that 40 needs to be at least 4 times bigger than 9 or you'll get dropped packets.gumby|3 years ago
marcosdumay|3 years ago
And then, the users simply didn't learn how to use info, so developers dropped those and kept only the very short man pages.
cptnapalm|3 years ago
t0astbread|3 years ago