updated refs

This commit is contained in:
tille 2005-09-07 13:38:48 +00:00
parent 1d396b2f0b
commit 7835383be9
2 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ theo 26613 26569 0 15:04 pts/5 00:00:00 ps -af
4245 pts/7 00:00:00 bash
5314 pts/7 00:00:00 ps
</screen>
<para>Since this does not give enough information - generally, at least a hundred processes are running on your system - we will usually select particular processes out of the list of all processes, using the <command>grep</command> command in a <emphasis>pipe</emphasis>, see <xref linkend="sect_05_01_01_01" />, as in this line, which will select and display all processes owned by a particular user:</para>
<para>Since this does not give enough information - generally, at least a hundred processes are running on your system - we will usually select particular processes out of the list of all processes, using the <command>grep</command> command in a <emphasis>pipe</emphasis>, see <xref linkend="sect_05_01_02_01" />, as in this line, which will select and display all processes owned by a particular user:</para>
<cmdsynopsis><command>ps <option>-ef</option> | grep <parameter>username</parameter></command></cmdsynopsis>
<para>This example shows all processes with a process name of <command>bash</command>, the most common login shell on Linux systems:</para>
<screen>

View File

@ -436,7 +436,7 @@
<glossentry id="grep">
<glossterm>grep</glossterm>
<glossdef>
<para>Print lines matching a pattern, see <xref linkend="sect_03_03_03_04" /> and <xref linkend="sect_05_01_03_01" />.</para>
<para>Print lines matching a pattern, see <xref linkend="sect_03_03_03_04" /> and <xref linkend="sect_05_03_01" />.</para>
</glossdef>
</glossentry>
<glossentry id="groff">
@ -1131,7 +1131,7 @@
<glossentry id="sort">
<glossterm>sort</glossterm>
<glossdef>
<para>Sort lines of text files, see <xref linkend="sect_05_01_03_02" />.</para>
<para>Sort lines of text files, see <xref linkend="sect_05_03_02" />.</para>
</glossdef>
</glossentry>
<glossentry id="ssh">
@ -1305,7 +1305,7 @@
<glossentry id="uniq">
<glossterm>uniq</glossterm>
<glossdef>
<para>Remove duplicate lines from a sorted file, see <xref linkend="sect_05_01_03_02" />.</para>
<para>Remove duplicate lines from a sorted file, see <xref linkend="sect_05_03_02" />.</para>
</glossdef>
</glossentry>