|
78.
|
|
|
Virtually all commands understand the <command>-h</command> (or <command>--help</command>) option which will produce a short usage description of the command and its options, then exit back to the command prompt. Type: <screen>man -h</screen> or <screen>man --help</screen> to see this in action.
|
|
|
|
Quasi tutti i comandi dispongono dell'opzione <command>-h</command> (o <command>--help</command>), che visualizza un breve messaggio sull'utilizzo del comando e le sue opzioni e quindi ritorna al prompt. Digitat: <screen>man -h</screen> o <screen>man --help</screen> per visualizzare queste opzioni.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/cli/C/cli.xml:404(para)
|
|
79.
|
|
|
Every command and nearly every application in Linux has a <abbrev>man</abbrev> (manual) file. It is as simple as typing <command>man command</command> to bring up a longer manual entry for the specified command. For example: <screen>man mv</screen> brings up the <command>mv</command> manual.
|
|
|
|
Ogni comando e quasi ogni applicazione in Linux ha un file <abbrev>man</abbrev> (di manuale). Per trovarli, basta semplicemente digitare <command>man command</command> per avere tutto il manuale. Per esempio: <screen>man mv</screen> visualizza il manuale del comando <command>mv</command>.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/cli/C/cli.xml:413(para)
|
|
80.
|
|
|
Move up and down the man file with the arrow keys, and quit back to the command prompt with <keycap>q</keycap>.
|
|
|
|
Per spostarsi all'interno del manuale usare le frecce direzionali, per tornare alla riga di comando digitare <keycap>q</keycap>.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/cli/C/cli.xml:406(para)
|
|
81.
|
|
|
<screen>man man</screen> brings up the manual entry for the <command>man</command> command, which is a good place to start.
|
|
|
|
<screen>man man</screen> visualizza il manuale del comando <command>man</command>, un buon punto di partenza.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
Il comando <screen>man intro</screen> è molto utile, visualizza la <quote>introduction to user commands</quote> una breve introduzione ben scritta alla riga di comando di Linux.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
Ci sono anche le pagine <command>info</command>, solitamente più dettagliate delle pagine <command>man</command>. Provate: <screen>info info</screen> per l'introduzione alle pagine info.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/cli/C/cli.xml:419(para)
|
|
84.
|
|
|
Searching for man files
|
|
|
|
Cercare i file man
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
Se non siete sicuri di quale comando o applicazione usare, potete eseguire delle ricerche nei file <command>man</command>.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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>
|
|
|
|
Per cercare i file <command>man</command> per <command>konsole</command>, provate: <screen>man -k konsole</screen>
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/cli/C/cli.xml:430(para)
|
|
87.
|
|
|
This is the same as the <command>apropos</command> command.
|
|
|
|
Questo è uguale al comando <command>apropos</command>.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/cli/C/cli.xml:435(para)
|