There is a description section associated with each man page . The apropos command searches the description section for a given keyword.
Read more »Searching man pages with apropos
Category: Beginner Tags:
- Login to post comments
Even More Madcap Man Pages - Unix and Linux Laughs
more hopefully helpful, but definitely funny, fake man pages :)
Read more »Category: Beginner Tags:
- Login to post comments
The "Baby" Man Page: More Linux and Unix Jokes
Finally, an answer you can give your kids when they get up the nerve to ask :)
Read more »Category: Beginner Tags:
- Login to post comments
Getting help: the powerful man(ual)
Let’s face it: GNU/Linux software is not always easy to use. Especially command line software (at least the GUI programs have buttons and tooltips). Sometimes, the program will have a manual or some documentation at its homepage, but that is not always the case. The solution? The magical man.
Read more »Category: Beginner Tags:
- Login to post comments
The art of using manuals
Detailed and proper documentation of source code and programs is the milestone of Unix culture, as we may read in “The art of Unix Programming” by Eric Steven Raymond. The first application on Unix was the platform to prepare documents. The platform was used by Bell Labs to prepare patent documents.
Read more »Help yourself in man pages
To know more about a command, check for more options and maybe some examples how to use it, you need to read the manual of the specified command. While you are in man, you can trigger search by specified a keyword. Man provides efficient browsing like in vim, you can bookmark a point and jump back to that point later, and a lots more.
Read more »- Login to post comments