Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rf67ec77a r2256873  
    112112</segmentedlist>
    113113
    114 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     114<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    115115<?dbfo list-presentation="list"?>
    116116
     
    118118<term><command>basename</command></term>
    119119<listitem>
    120 <para>strips any path and a given suffix from a file name.</para>
     120<para>Strips any path and a given suffix from a file name</para>
    121121<indexterm zone="ch-system-coreutils basename"><primary sortas="b-basename">basename</primary></indexterm>
    122122</listitem>
     
    126126<term><command>cat</command></term>
    127127<listitem>
    128 <para>concatenates files to standard output.</para>
     128<para>Concatenates files to standard output</para>
    129129<indexterm zone="ch-system-coreutils cat"><primary sortas="b-cat">cat</primary></indexterm>
    130130</listitem>
     
    134134<term><command>chgrp</command></term>
    135135<listitem>
    136 <para>changes the group ownership of each given file to the given
    137 group. The group can either be either given a name or a numeric
    138 ID.</para>
     136<para>Changes the group ownership of each given file to the given
     137group; the group can either be either given a name or a numeric
     138ID</para>
    139139<indexterm zone="ch-system-coreutils chgrp"><primary sortas="b-chgrp">chgrp</primary></indexterm>
    140140</listitem>
     
    144144<term><command>chmod</command></term>
    145145<listitem>
    146 <para>changes the permissions of each file to the given mode. The mode
     146<para>Changes the permissions of each file to the given mode; the mode
    147147can be either a symbolic representation of the changes to make or an
    148 octal number representing the new permissions.</para>
     148octal number representing the new permissions</para>
    149149<indexterm zone="ch-system-coreutils chmod"><primary sortas="b-chmod">chmod</primary></indexterm>
    150150</listitem>
     
    154154<term><command>chown</command></term>
    155155<listitem>
    156 <para>changes the user and/or group ownership of
    157 each given file to the given user/group pair.</para>
     156<para>Changes the user and/or group ownership of
     157each given file to the given user/group pair</para>
    158158<indexterm zone="ch-system-coreutils chown"><primary sortas="b-chown">chown</primary></indexterm>
    159159</listitem>
     
    163163<term><command>chroot</command></term>
    164164<listitem>
    165 <para>runs a command with the specified directory as the
    166 <filename class="directory">/</filename> directory. The given command can be an interactive shell.
    167 On most systems only <emphasis>root</emphasis> can do this.</para>
     165<para>Runs a command with the specified directory as the
     166<filename class="directory">/</filename> directory</para>
    168167<indexterm zone="ch-system-coreutils chroot"><primary sortas="b-chroot">chroot</primary></indexterm>
    169168</listitem>
     
    173172<term><command>cksum</command></term>
    174173<listitem>
    175 <para>prints the Cyclic Redundancy Check (CRC) checksum and the byte
    176 counts of each specified file.</para>
     174<para>Prints the Cyclic Redundancy Check (CRC) checksum and the byte
     175counts of each specified file</para>
    177176<indexterm zone="ch-system-coreutils cksum"><primary sortas="b-cksum">cksum</primary></indexterm>
    178177</listitem>
     
    182181<term><command>comm</command></term>
    183182<listitem>
    184 <para>compares two sorted files, outputting in three columns the lines
    185 that are unique and the lines that are common.</para>
     183<para>Compares two sorted files, outputting in three columns the lines
     184that are unique and the lines that are common</para>
    186185<indexterm zone="ch-system-coreutils comm"><primary sortas="b-comm">comm</primary></indexterm>
    187186</listitem>
     
    191190<term><command>cp</command></term>
    192191<listitem>
    193 <para>copies files.</para>
     192<para>Copies files</para>
    194193<indexterm zone="ch-system-coreutils cp"><primary sortas="b-cp">cp</primary></indexterm>
    195194</listitem>
     
    199198<term><command>csplit</command></term>
    200199<listitem>
    201 <para>splits a given file into several new files, separating them
     200<para>Splits a given file into several new files, separating them
    202201according to given patterns or line numbers and outputting the byte
    203 count of each new file.</para>
     202count of each new file</para>
    204203<indexterm zone="ch-system-coreutils csplit"><primary sortas="b-csplit">csplit</primary></indexterm>
    205204</listitem>
     
    209208<term><command>cut</command></term>
    210209<listitem>
    211 <para>prints sections of lines, selecting the parts according to given
    212 fields or positions.</para>
     210<para>Prints sections of lines, selecting the parts according to given
     211fields or positions</para>
    213212<indexterm zone="ch-system-coreutils cut"><primary sortas="b-cut">cut</primary></indexterm>
    214213</listitem>
     
    218217<term><command>date</command></term>
    219218<listitem>
    220 <para>displays the current time in the given format, or sets the
    221 system date.</para>
     219<para>Displays the current time in the given format, or sets the
     220system date</para>
    222221<indexterm zone="ch-system-coreutils date"><primary sortas="b-date">date</primary></indexterm>
    223222</listitem>
     
    227226<term><command>dd</command> </term>
    228227<listitem>
    229 <para>copies a file using the given block size and count, while
    230 optionally performing conversions on it.</para>
     228<para>Copies a file using the given block size and count, while
     229optionally performing conversions on it</para>
    231230<indexterm zone="ch-system-coreutils dd"><primary sortas="b-dd">dd</primary></indexterm>
    232231</listitem>
     
    236235<term><command>df</command></term>
    237236<listitem>
    238 <para>reports the amount of disk space available (and used) on all
     237<para>Reports the amount of disk space available (and used) on all
    239238mounted file systems, or only on the file systems holding the selected
    240 files.</para>
     239files</para>
    241240<indexterm zone="ch-system-coreutils df"><primary sortas="b-df">df</primary></indexterm>
    242241</listitem>
     
    246245<term><command>dir</command></term>
    247246<listitem>
    248 <para>lists the contents of each given directory. (the same as
    249 the <command>ls</command> command).</para>
     247<para>Lists the contents of each given directory (the same as
     248the <command>ls</command> command)</para>
    250249<indexterm zone="ch-system-coreutils dir"><primary sortas="b-dir">dir</primary></indexterm>
    251250</listitem>
     
    255254<term><command>dircolors</command></term>
    256255<listitem>
    257 <para>outputs commands to set the <envar>LS_COLOR</envar>
     256<para>Outputs commands to set the <envar>LS_COLOR</envar>
    258257environment variable to change the color scheme used by
    259 <command>ls</command>.</para>
     258<command>ls</command></para>
    260259<indexterm zone="ch-system-coreutils dircolors"><primary sortas="b-dircolors">dircolors</primary></indexterm>
    261260</listitem>
     
    265264<term><command>dirname</command></term>
    266265<listitem>
    267 <para>strips the non-directory suffix from a file name.</para>
     266<para>Strips the non-directory suffix from a file name</para>
    268267<indexterm zone="ch-system-coreutils dirname"><primary sortas="b-dirname">dirname</primary></indexterm>
    269268</listitem>
     
    273272<term><command>du</command></term>
    274273<listitem>
    275 <para>reports the amount of disk space used by the current directory,
     274<para>Reports the amount of disk space used by the current directory,
    276275by each of the given directories (including all subdirectories) or by
    277 each of the given files.</para>
     276each of the given files</para>
    278277<indexterm zone="ch-system-coreutils du"><primary sortas="b-du">du</primary></indexterm>
    279278</listitem>
     
    283282<term><command>echo</command></term>
    284283<listitem>
    285 <para>displays the given strings.</para>
     284<para>Displays the given strings</para>
    286285<indexterm zone="ch-system-coreutils echo"><primary sortas="b-echo">echo</primary></indexterm>
    287286</listitem>
     
    291290<term><command>env</command></term>
    292291<listitem>
    293 <para>runs a command in a modified environment.</para>
     292<para>Runs a command in a modified environment</para>
    294293<indexterm zone="ch-system-coreutils env"><primary sortas="b-env">env</primary></indexterm>
    295294</listitem>
     
    299298<term><command>expand</command></term>
    300299<listitem>
    301 <para>converts tabs to spaces.</para>
     300<para>Converts tabs to spaces</para>
    302301<indexterm zone="ch-system-coreutils expand"><primary sortas="b-expand">expand</primary></indexterm>
    303302</listitem>
     
    307306<term><command>expr</command></term>
    308307<listitem>
    309 <para>evaluates expressions.</para>
     308<para>Evaluates expressions</para>
    310309<indexterm zone="ch-system-coreutils expr"><primary sortas="b-expr">expr</primary></indexterm>
    311310</listitem>
     
    315314<term><command>factor</command></term>
    316315<listitem>
    317 <para>prints the prime factors of all specified integer numbers.</para>
     316<para>Prints the prime factors of all specified integer numbers</para>
    318317<indexterm zone="ch-system-coreutils factor"><primary sortas="b-factor">factor</primary></indexterm>
    319318</listitem>
     
    323322<term><command>false</command></term>
    324323<listitem>
    325 <para>does nothing, unsuccessfully. It always exits with a status code
    326 indicating failure.</para>
     324<para>Does nothing, unsuccessfully; it always exits with a status code
     325indicating failure</para>
    327326<indexterm zone="ch-system-coreutils false"><primary sortas="b-false">false</primary></indexterm>
    328327</listitem>
     
    332331<term><command>fmt</command></term>
    333332<listitem>
    334 <para>reformats the paragraphs in the given files.</para>
     333<para>Reformats the paragraphs in the given files</para>
    335334<indexterm zone="ch-system-coreutils fmt"><primary sortas="b-fmt">fmt</primary></indexterm>
    336335</listitem>
     
    340339<term><command>fold</command></term>
    341340<listitem>
    342 <para>wraps the lines in the given files.</para>
     341<para>Wraps the lines in the given files</para>
    343342<indexterm zone="ch-system-coreutils fold"><primary sortas="b-fold">fold</primary></indexterm>
    344343</listitem>
     
    348347<term><command>groups</command></term>
    349348<listitem>
    350 <para>reports a user's group memberships.</para>
     349<para>Reports a user's group memberships</para>
    351350<indexterm zone="ch-system-coreutils groups-coreutils"><primary sortas="b-groups-coreutils">groups</primary></indexterm>
    352351</listitem>
     
    356355<term><command>head</command></term>
    357356<listitem>
    358 <para>prints the first ten lines (or the given number of lines) of each given file.</para>
     357<para>Prints the first ten lines (or the given number of lines) of each given file</para>
    359358<indexterm zone="ch-system-coreutils head"><primary sortas="b-head">head</primary></indexterm>
    360359</listitem>
     
    364363<term><command>hostid</command></term>
    365364<listitem>
    366 <para>reports the numeric identifier (in hexadecimal) of the host.</para>
     365<para>Reports the numeric identifier (in hexadecimal) of the host</para>
    367366<indexterm zone="ch-system-coreutils hostid"><primary sortas="b-hostid">hostid</primary></indexterm>
    368367</listitem>
     
    372371<term><command>hostname</command></term>
    373372<listitem>
    374 <para>reports or sets the name of the host.</para>
     373<para>Reports or sets the name of the host</para>
    375374<indexterm zone="ch-system-coreutils hostname"><primary sortas="b-hostname">hostname</primary></indexterm>
    376375</listitem>
     
    380379<term><command>id</command></term>
    381380<listitem>
    382 <para>reports the effective user ID, group ID, and
    383 group memberships of the current user or specified user.</para>
     381<para>Reports the effective user ID, group ID, and
     382group memberships of the current user or specified user</para>
    384383<indexterm zone="ch-system-coreutils id"><primary sortas="b-id">id</primary></indexterm>
    385384</listitem>
     
    389388<term><command>install</command> </term>
    390389<listitem>
    391 <para>copies files while setting their
    392 permission modes and, if possible, their owner and group.</para>
     390<para>Copies files while setting their
     391permission modes and, if possible, their owner and group</para>
    393392<indexterm zone="ch-system-coreutils install"><primary sortas="b-install">install</primary></indexterm>
    394393</listitem>
     
    398397<term><command>join</command></term>
    399398<listitem>
    400 <para>joins the lines that have identical join fields from two
    401 separate files.</para>
     399<para>Joins the lines that have identical join fields from two
     400separate files</para>
    402401<indexterm zone="ch-system-coreutils join"><primary sortas="b-join">join</primary></indexterm>
    403402</listitem>
     
    407406<term><command>link</command></term>
    408407<listitem>
    409 <para>creates a hard link with the given name to a file.</para>
     408<para>Creates a hard link with the given name to a file</para>
    410409<indexterm zone="ch-system-coreutils link"><primary sortas="b-link">link</primary></indexterm>
    411410</listitem>
     
    415414<term><command>ln</command></term>
    416415<listitem>
    417 <para>makes hard links or soft (symbolic) links between files.</para>
     416<para>Makes hard links or soft (symbolic) links between files</para>
    418417<indexterm zone="ch-system-coreutils ln"><primary sortas="b-ln">ln</primary></indexterm>
    419418</listitem>
     
    423422<term><command>logname</command></term>
    424423<listitem>
    425 <para>reports the current user's login name.</para>
     424<para>Reports the current user's login name</para>
    426425<indexterm zone="ch-system-coreutils logname"><primary sortas="b-logname">logname</primary></indexterm>
    427426</listitem>
     
    431430<term><command>ls</command></term>
    432431<listitem>
    433 <para>lists the contents of each given directory.</para>
     432<para>Lists the contents of each given directory</para>
    434433<indexterm zone="ch-system-coreutils ls"><primary sortas="b-ls">ls</primary></indexterm>
    435434</listitem>
     
    439438<term><command>md5sum</command></term>
    440439<listitem>
    441 <para>reports or checks Message Digest 5 (MD5) checksums.</para>
     440<para>Reports or checks Message Digest 5 (MD5) checksums</para>
    442441<indexterm zone="ch-system-coreutils md5sum"><primary sortas="b-md5sum">md5sum</primary></indexterm>
    443442</listitem>
     
    447446<term><command>mkdir</command></term>
    448447<listitem>
    449 <para>creates directories with the given names.</para>
     448<para>Creates directories with the given names</para>
    450449<indexterm zone="ch-system-coreutils mkdir"><primary sortas="b-mkdir">mkdir</primary></indexterm>
    451450</listitem>
     
    455454<term><command>mkfifo</command></term>
    456455<listitem>
    457 <para>creates First-In, First-Outs (FIFOs), a <quote>named
    458 pipe</quote> in UNIX parlance, with the given names.</para>
     456<para>Creates First-In, First-Outs (FIFOs), a <quote>named
     457pipe</quote> in UNIX parlance, with the given names</para>
    459458<indexterm zone="ch-system-coreutils mkfifo"><primary sortas="b-mkfifo">mkfifo</primary></indexterm>
    460459</listitem>
     
    464463<term><command>mknod</command></term>
    465464<listitem>
    466 <para>creates device nodes with the given names. A device node is a
    467 character special file, a block special file, or a FIFO.</para>
     465<para>Creates device nodes with the given names; a device node is a
     466character special file, a block special file, or a FIFO</para>
    468467<indexterm zone="ch-system-coreutils mknod"><primary sortas="b-mknod">mknod</primary></indexterm>
    469468</listitem>
     
    473472<term><command>mv</command></term>
    474473<listitem>
    475 <para>moves or renames files or directories.</para>
     474<para>Moves or renames files or directories</para>
    476475<indexterm zone="ch-system-coreutils mv"><primary sortas="b-mv">mv</primary></indexterm>
    477476</listitem>
     
    481480<term><command>nice</command></term>
    482481<listitem>
    483 <para>runs a program with modified scheduling priority.</para>
     482<para>Runs a program with modified scheduling priority</para>
    484483<indexterm zone="ch-system-coreutils nice"><primary sortas="b-nice">nice</primary></indexterm>
    485484</listitem>
     
    489488<term><command>nl</command></term>
    490489<listitem>
    491 <para>numbers the lines from the given files.</para>
     490<para>Numbers the lines from the given files</para>
    492491<indexterm zone="ch-system-coreutils nl"><primary sortas="b-nl">nl</primary></indexterm>
    493492</listitem>
     
    497496<term><command>nohup</command></term>
    498497<listitem>
    499 <para>runs a command immune to hangups, with its output redirected to
    500 a log file.</para>
     498<para>Runs a command immune to hangups, with its output redirected to
     499a log file</para>
    501500<indexterm zone="ch-system-coreutils nohup"><primary sortas="b-nohup">nohup</primary></indexterm>
    502501</listitem>
     
    506505<term><command>od</command></term>
    507506<listitem>
    508 <para>dumps files in octal and other formats.</para>
     507<para>Dumps files in octal and other formats</para>
    509508<indexterm zone="ch-system-coreutils od"><primary sortas="b-od">od</primary></indexterm>
    510509</listitem>
     
    514513<term><command>paste</command></term>
    515514<listitem>
    516 <para>merges the given files, joining sequentially corresponding lines
    517 side by side, separated by tab characters.</para>
     515<para>Merges the given files, joining sequentially corresponding lines
     516side by side, separated by tab characters</para>
    518517<indexterm zone="ch-system-coreutils paste"><primary sortas="b-paste">paste</primary></indexterm>
    519518</listitem>
     
    523522<term><command>pathchk</command></term>
    524523<listitem>
    525 <para>checks if file names are valid or portable.</para>
     524<para>Checks if file names are valid or portable</para>
    526525<indexterm zone="ch-system-coreutils pathchk"><primary sortas="b-pathchk">pathchk</primary></indexterm>
    527526</listitem>
     
    531530<term><command>pinky</command></term>
    532531<listitem>
    533 <para>is a lightweight finger client. It reports some information about the given users.</para>
     532<para>Is a lightweight finger client; it reports some information about the given users</para>
    534533<indexterm zone="ch-system-coreutils pinky"><primary sortas="b-pinky">pinky</primary></indexterm>
    535534</listitem>
     
    539538<term><command>pr</command></term>
    540539<listitem>
    541 <para>paginates and columnates files for printing.</para>
     540<para>Paginates and columnates files for printing</para>
    542541<indexterm zone="ch-system-coreutils pr"><primary sortas="b-pr">pr</primary></indexterm>
    543542</listitem>
     
    547546<term><command>printenv</command></term>
    548547<listitem>
    549 <para>prints the environment.</para>
     548<para>Prints the environment</para>
    550549<indexterm zone="ch-system-coreutils printenv"><primary sortas="b-printenv">printenv</primary></indexterm>
    551550</listitem>
     
    555554<term><command>printf</command></term>
    556555<listitem>
    557 <para>prints the given arguments according to the given format, much
    558 like the C printf function.</para>
     556<para>Prints the given arguments according to the given format, much
     557like the C printf function</para>
    559558<indexterm zone="ch-system-coreutils printf"><primary sortas="b-printf">printf</primary></indexterm>
    560559</listitem>
     
    564563<term><command>ptx</command></term>
    565564<listitem>
    566 <para>produces a permuted index from the contents of the given files,
    567 with each keyword in its context.</para>
     565<para>Produces a permuted index from the contents of the given files,
     566with each keyword in its context</para>
    568567<indexterm zone="ch-system-coreutils ptx"><primary sortas="b-ptx">ptx</primary></indexterm>
    569568</listitem>
     
    573572<term><command>pwd</command></term>
    574573<listitem>
    575 <para>reports the name of the current working directory.</para>
     574<para>Reports the name of the current working directory</para>
    576575<indexterm zone="ch-system-coreutils pwd"><primary sortas="b-pwd">pwd</primary></indexterm>
    577576</listitem>
     
    581580<term><command>readlink</command></term>
    582581<listitem>
    583 <para>reports the value of the given symbolic link.</para>
     582<para>Reports the value of the given symbolic link</para>
    584583<indexterm zone="ch-system-coreutils readlink"><primary sortas="b-readlink">readlink</primary></indexterm>
    585584</listitem>
     
    589588<term><command>rm</command></term>
    590589<listitem>
    591 <para>removes files or directories.</para>
     590<para>Removes files or directories</para>
    592591<indexterm zone="ch-system-coreutils rm"><primary sortas="b-rm">rm</primary></indexterm>
    593592</listitem>
     
    597596<term><command>rmdir</command></term>
    598597<listitem>
    599 <para>removes directories if they are empty.</para>
     598<para>Removes directories if they are empty</para>
    600599<indexterm zone="ch-system-coreutils rmdir"><primary sortas="b-rmdir">rmdir</primary></indexterm>
    601600</listitem>
     
    605604<term><command>seq</command></term>
    606605<listitem>
    607 <para>prints a sequence of numbers within a given range and with a
    608 given increment.</para>
     606<para>Prints a sequence of numbers within a given range and with a
     607given increment</para>
    609608<indexterm zone="ch-system-coreutils seq"><primary sortas="b-seq">seq</primary></indexterm>
    610609</listitem>
     
    614613<term><command>sha1sum</command></term>
    615614<listitem>
    616 <para>prints or checks 160-bit Secure Hash Algorithm 1 (SHA1) checksums.</para>
     615<para>Prints or checks 160-bit Secure Hash Algorithm 1 (SHA1) checksums</para>
    617616<indexterm zone="ch-system-coreutils sha1sum"><primary sortas="b-sha1sum">sha1sum</primary></indexterm>
    618617</listitem>
     
    622621<term><command>shred</command></term>
    623622<listitem>
    624 <para>overwrites the given files repeatedly with complex patterns,
    625 making it difficult to recover the data.</para>
     623<para>Overwrites the given files repeatedly with complex patterns,
     624making it difficult to recover the data</para>
    626625<indexterm zone="ch-system-coreutils shred"><primary sortas="b-shred">shred</primary></indexterm>
    627626</listitem>
     
    631630<term><command>sleep</command></term>
    632631<listitem>
    633 <para>pauses for the given amount of time.</para>
     632<para>Pauses for the given amount of time</para>
    634633<indexterm zone="ch-system-coreutils sleep"><primary sortas="b-sleep">sleep</primary></indexterm>
    635634</listitem>
     
    639638<term><command>sort</command></term>
    640639<listitem>
    641 <para>sorts the lines from the given files.</para>
     640<para>Sorts the lines from the given files</para>
    642641<indexterm zone="ch-system-coreutils sort"><primary sortas="b-sort">sort</primary></indexterm>
    643642</listitem>
     
    647646<term><command>split</command></term>
    648647<listitem>
    649 <para>splits the given file into pieces, by size or by number of lines.</para>
     648<para>Splits the given file into pieces, by size or by number of lines</para>
    650649<indexterm zone="ch-system-coreutils split"><primary sortas="b-split">split</primary></indexterm>
    651650</listitem>
     
    655654<term><command>stat</command></term>
    656655<listitem>
    657 <para>displays file or filesystem status.</para>
     656<para>Displays file or filesystem status</para>
    658657<indexterm zone="ch-system-coreutils stat"><primary sortas="b-stat">stat</primary></indexterm>
    659658</listitem>
     
    663662<term><command>stty</command></term>
    664663<listitem>
    665 <para>sets or reports terminal line settings.</para>
     664<para>Sets or reports terminal line settings</para>
    666665<indexterm zone="ch-system-coreutils stty"><primary sortas="b-stty">stty</primary></indexterm>
    667666</listitem>
     
    671670<term><command>sum</command></term>
    672671<listitem>
    673 <para>prints checksum and block counts for each given file.</para>
     672<para>Prints checksum and block counts for each given file</para>
    674673<indexterm zone="ch-system-coreutils sum"><primary sortas="b-sum">sum</primary></indexterm>
    675674</listitem>
     
    679678<term><command>sync</command></term>
    680679<listitem>
    681 <para>flushes file system buffers. It forces changed blocks to disk
    682 and updates the super block.</para>
     680<para>Flushes file system buffers; it forces changed blocks to disk
     681and updates the super block</para>
    683682<indexterm zone="ch-system-coreutils sync"><primary sortas="b-sync">sync</primary></indexterm>
    684683</listitem>
     
    688687<term><command>tac</command></term>
    689688<listitem>
    690 <para>concatenates the given files in reverse.</para>
     689<para>Concatenates the given files in reverse</para>
    691690<indexterm zone="ch-system-coreutils tac"><primary sortas="b-tac">tac</primary></indexterm>
    692691</listitem>
     
    696695<term><command>tail</command></term>
    697696<listitem>
    698 <para>prints the last ten lines (or the given number of lines) of each
    699 given file.</para>
     697<para>Prints the last ten lines (or the given number of lines) of each
     698given file</para>
    700699<indexterm zone="ch-system-coreutils tail"><primary sortas="b-tail">tail</primary></indexterm>
    701700</listitem>
     
    705704<term><command>tee</command></term>
    706705<listitem>
    707 <para>reads from standard input while writing both to standard output
    708 and to the given files.</para>
     706<para>Reads from standard input while writing both to standard output
     707and to the given files</para>
    709708<indexterm zone="ch-system-coreutils tee"><primary sortas="b-tee">tee</primary></indexterm>
    710709</listitem>
     
    714713<term><command>test</command></term>
    715714<listitem>
    716 <para>compares values and checks file types.</para>
     715<para>Compares values and checks file types</para>
    717716<indexterm zone="ch-system-coreutils test"><primary sortas="b-test">test</primary></indexterm>
    718717</listitem>
     
    722721<term><command>touch</command></term>
    723722<listitem>
    724 <para>changes file timestamps, setting the access and modification
    725 times of the given files to the current time. Files that do not exist
    726 are created with zero length.</para>
     723<para>Changes file timestamps, setting the access and modification
     724times of the given files to the current time; files that do not exist
     725are created with zero length</para>
    727726<indexterm zone="ch-system-coreutils touch"><primary sortas="b-touch">touch</primary></indexterm>
    728727</listitem>
     
    732731<term><command>tr</command></term>
    733732<listitem>
    734 <para>translates, squeezes, and deletes the given characters from
    735 standard input.</para>
     733<para>Translates, squeezes, and deletes the given characters from
     734standard input</para>
    736735<indexterm zone="ch-system-coreutils tr"><primary sortas="b-tr">tr</primary></indexterm>
    737736</listitem>
     
    741740<term><command>true</command></term>
    742741<listitem>
    743 <para>does nothing, successfully. It always exits with a status code
    744 indicating success.</para>
     742<para>Does nothing, successfully; it always exits with a status code
     743indicating success</para>
    745744<indexterm zone="ch-system-coreutils true"><primary sortas="b-true">true</primary></indexterm>
    746745</listitem>
     
    750749<term><command>tsort</command></term>
    751750<listitem>
    752 <para>performs a topological sort. It writes a completely ordered list
    753 according to the partial ordering in a given file.</para>
     751<para>Performs a topological sort; it writes a completely ordered list
     752according to the partial ordering in a given file</para>
    754753<indexterm zone="ch-system-coreutils tsort"><primary sortas="b-tsort">tsort</primary></indexterm>
    755754</listitem>
     
    759758<term><command>tty</command></term>
    760759<listitem>
    761 <para>reports the file name of the terminal connected to standard
    762 input.</para>
     760<para>Reports the file name of the terminal connected to standard
     761input</para>
    763762<indexterm zone="ch-system-coreutils tty"><primary sortas="b-tty">tty</primary></indexterm>
    764763</listitem>
     
    768767<term><command>uname</command></term>
    769768<listitem>
    770 <para>reports system information.</para>
     769<para>Reports system information</para>
    771770<indexterm zone="ch-system-coreutils uname"><primary sortas="b-uname">uname</primary></indexterm>
    772771</listitem>
     
    776775<term><command>unexpand</command></term>
    777776<listitem>
    778 <para>converts spaces to tabs.</para>
     777<para>Converts spaces to tabs</para>
    779778<indexterm zone="ch-system-coreutils unexpand"><primary sortas="b-unexpand">unexpand</primary></indexterm>
    780779</listitem>
     
    784783<term><command>uniq</command></term>
    785784<listitem>
    786 <para>discards all but one of successive identical lines.</para>
     785<para>Discards all but one of successive identical lines</para>
    787786<indexterm zone="ch-system-coreutils unexpand"><primary sortas="b-unexpand">unexpand</primary></indexterm>
    788787</listitem>
     
    792791<term><command>unlink</command></term>
    793792<listitem>
    794 <para>removes the given file.</para>
     793<para>Removes the given file</para>
    795794<indexterm zone="ch-system-coreutils unlink"><primary sortas="b-unlink">unlink</primary></indexterm>
    796795</listitem>
     
    800799<term><command>users</command></term>
    801800<listitem>
    802 <para>reports the names of the users currently logged on.</para>
     801<para>Reports the names of the users currently logged on</para>
    803802<indexterm zone="ch-system-coreutils users"><primary sortas="b-users">users</primary></indexterm>
    804803</listitem>
     
    808807<term><command>vdir</command></term>
    809808<listitem>
    810 <para>is the same as <command>ls -l</command>.</para>
     809<para>Is the same as <command>ls -l</command></para>
    811810<indexterm zone="ch-system-coreutils vdir"><primary sortas="b-vdir">vdir</primary></indexterm>
    812811</listitem>
     
    816815<term><command>wc</command></term>
    817816<listitem>
    818 <para>reports the number of lines, words, and bytes for each given
    819 file, as well as a total line when more than one file is given.</para>
     817<para>Reports the number of lines, words, and bytes for each given
     818file, as well as a total line when more than one file is given</para>
    820819<indexterm zone="ch-system-coreutils wc"><primary sortas="b-wc">wc</primary></indexterm>
    821820</listitem>
     
    825824<term><command>who</command></term>
    826825<listitem>
    827 <para>reports who is logged on.</para>
     826<para>Reports who is logged on</para>
    828827<indexterm zone="ch-system-coreutils who"><primary sortas="b-who">who</primary></indexterm>
    829828</listitem>
     
    833832<term><command>whoami</command></term>
    834833<listitem>
    835 <para>reports the user name associated with the current effective user ID.</para>
     834<para>Reports the user name associated with the current effective user ID</para>
    836835<indexterm zone="ch-system-coreutils whoami"><primary sortas="b-whoami">whoami</primary></indexterm>
    837836</listitem>
     
    841840<term><command>yes</command></term>
    842841<listitem>
    843 <para>outputs <quote>y</quote>, or a given string, repeatedly until killed.</para>
     842<para>Repeatedly outputs <quote>y</quote> or a given string until
     843killed</para>
    844844<indexterm zone="ch-system-coreutils yes"><primary sortas="b-yes">yes</primary></indexterm>
    845845</listitem>
Note: See TracChangeset for help on using the changeset viewer.