|
78.
|
|
|
Move up and down the man file with the arrow keys, and quit back to the command prompt with <keycap>q</keycap>.
|
|
|
|
Pārvietojieties pa rokasgrāmatas failu izmantojot bultiņu taustiņus uz augšu un leju, un izejiet atpakaļ uz komandrindu vienkārši nospiežot <keycap>q</keycap>.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:385(para)
|
|
79.
|
|
|
<screen>man man</screen> will bring up the manual entry for the <command>man</command> command, which is a good place to start.
|
|
|
|
<screen>man man</screen> dos jums aplūkot rokasgrāmatu par <command>man</command> komandu, kas ir laba vieta sākšanai.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:390(para)
|
|
80.
|
|
|
<screen>man intro</screen> is especially useful - it displays the "Introduction to user commands" which is a well-written, fairly brief introduction to the Linux command line.
|
|
|
|
<screen>man intro</screen> ir īpaši noderīga komanda - tā parāda rokasgrāmatu "Ievads lietotāja komandās" ("Introduction to user commands"), kas ir labi uzrakstīts ievads Linux komandrindas lietošanā.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:396(para)
|
|
81.
|
|
|
There are also <command>info</command> pages, which are generally more in-depth than <command>man</command> pages. Try <screen>info info</screen> for the introduction to info pages.
|
|
|
|
Ir pieejamas arī <command>info</command> lapas, kas parasti ir detalizētākas par <command>man</command> lapām. Mēģiniet <screen>info info</screen>, lai iepazītos ar info lapām.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:401(para)
|
|
82.
|
|
|
Searching for man files
|
|
|
|
Man failu meklēšana
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:411(title)
|
|
83.
|
|
|
If you aren't sure which command or application you need to use, you can try searching the man files.
|
|
|
|
Ja neesat pārliecināts kuru komandu vai lietotni jums jālieto, jūs varat provēt meklēt man failos.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:412(para)
|
|
84.
|
|
|
This is the same as the <command>apropos</command> command.
|
|
|
|
Tā ir tāda pati kā <command>apropos</command> komanda.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:425(para)
|
|
85.
|
|
|
<command>man -k foo</command>, will search the man files for <emphasis>foo</emphasis>. Try <screen>man -k nautilus</screen> to see how this works. <placeholder-1/>
|
|
|
|
<command>man -k foo</command> meklēs man lapās virkni <emphasis>foo</emphasis>. Mēģiniet <screen>man -k nautilus</screen>, lai redzētu kā tas strādā. <placeholder-1/>
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:418(para)
|
|
86.
|
|
|
This is the same as the <command>whatis</command> command.
|
|
|
|
Tā ir tāda pati kā <command>whatis</command> komanda.
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:438(para)
|
|
87.
|
|
|
<command>man -f foo</command>, searches only the titles of your system's man files. For example, try <screen>man -f gnome</screen><placeholder-1/>
|
|
|
|
<command>man -f foo</command> veiks meklēšanu tikai jūsu sistēmas man failu nosaukumos. Piemēram, mēģiniet <screen>man -f gnome</screen><placeholder-1/>
|
|
Translated and reviewed by
Pēteris Krišjānis
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:433(para)
|