-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapropos.tex
31 lines (21 loc) · 1.01 KB
/
apropos.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\hrule
\vspace{1mm}
\addcontentsline{toc}{subsection}{apropos}
\headerline{\large apropos\index{apropos} \index{search!\textrm{command}|see{apropos}}} {\emph{Search for commands}}{}
%\headerline{\large grep\index{grep} \index{search!\textrm{in file}|see\textrm{grep}}} {\emph{file pattern searcher}}{}
\hrule
\vspace{4mm}
\paragraph{Description}
\indentpar \raggedright \textrm{Searches within command names and \texttt{man} pages and returns a list of potential matches. Useful for finding the correct command for a job.}\\
\paragraph{Usage}
\indentpar apropos \textit{searchterm}
\paragraph{Arguments}
\indentpar \argumentline{searchterm}{term to look for in command documentation}\\
%\indentpar \argumentline{word}{term to look for in command}
%\indentpar \argumentline{searchterm}{term to look for in command documentation}
\paragraph{Output}
\indentpar \textrm{Prints out a list of matches with the command name and a brief description.}
\paragraph{Examples}
\indentpar apropos view\\
\indentpar apropos find
\vspace{20mm}