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
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
