Some computer FAQ mostly Linux/Mac

Remembering commands!
à propos is French for "on that subject".

So if you can't remember a command, then you can use French!

Apropos searches the manual pages for the keyword you give it.

So to see all the commands relating to latex, type:

apropos latex | more


Pod::LaTeX(3pm) - Convert Pod data to formatted Latex
pod2latex(1) - convert pod documentation to latex format

Remembering commands and how to use them to do what you want to do ....