|
81.
|
|
|
<screen>man man</screen> brings up the manual entry for the <command>man</command> command, which is a good place to start.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:410(para)
|
|
82.
|
|
|
<screen>man intro</screen> is especially useful. It displays the <quote>introduction to user commands</quote> which is a well-written, brief introduction to the Linux command line.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/cli/C/cli.xml:430(para)
|
|
83.
|
|
|
There are also <command>info</command> pages, which generally go into more detail than <command>man</command> pages. Try: <screen>info info</screen> for the introduction to info pages.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:419(para)
|
|
84.
|
|
|
Searching for man files
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:425(title)
|
|
85.
|
|
|
If you aren't sure which command or application you need to use, you can search the <command>man</command> files.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:426(para)
|
|
86.
|
|
|
To search the <command>man</command> files for <command>konsole</command>, try: <screen>man -k konsole</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:430(para)
|
|
87.
|
|
|
This is the same as the <command>apropos</command> command.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:435(para)
|
|
88.
|
|
|
To search only the titles of your system's <command>man</command> files, try: <screen>man -f kde</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:439(para)
|
|
89.
|
|
|
This is the same as the <command>whatis</command> command.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:444(para)
|
|
90.
|
|
|
Cutting and Pasting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:453(title)
|