Ignore:
Timestamp:
07/22/2001 07:45:10 PM (23 years ago)
Author:
Mark Hymers <markh@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f1da843
Parents:
46f5461
Message:

XML changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/textutils-desc.xml

    r46f5461 rb822811  
    22<title>Contents</title>
    33
    4 <para>
    5 The Textutils package contains the cat, cksum, comm, split, cut, expand,
     4<para>The Textutils package contains the cat, cksum, comm, split, cut, expand,
    65fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
    7 tac, tail, tr, tsort, unexpand, uniq and wc programs.
    8 </para>
     6tac, tail, tr, tsort, unexpand, uniq and wc programs.</para>
    97
    108</sect2>
     
    1614<title>cat</title>
    1715
    18 <para>
    19 cat concatenates file(s) or standard input to standard output.
    20 </para>
     16<para>cat concatenates file(s) or standard input to standard output.</para>
    2117
    2218</sect3>
     
    2521<title>cksum</title>
    2622
    27 <para>
    28 cksum prints CRC checksum and byte counts of each specified file.
    29 </para>
     23<para>cksum prints CRC checksum and byte counts of each specified file.</para>
    3024
    3125</sect3>
     
    3428<title>comm</title>
    3529
    36 <para>
    37 comm compares two sorted files line by line.
    38 </para>
     30<para>comm compares two sorted files line by line.</para>
    3931
    4032</sect3>
     
    4335<title>csplit</title>
    4436
    45 <para>
    46 cplit outputs pieces of a file separated  by (a) pattern(s) to files
    47 xx01, xx02, ..., and outputs byte counts of each piece to standard output.
    48 </para>
     37<para>cplit outputs pieces of a file separated  by (a) pattern(s) to files
     38xx01, xx02, ..., and outputs byte counts of each piece to standard
     39output.</para>
    4940
    5041</sect3>
     
    5344<title>cut</title>
    5445
    55 <para>
    56 cut prints selected parts of lines from specified files to standard output.
    57 </para>
     46<para>cut prints selected parts of lines from specified files to standard
     47output.</para>
    5848
    5949</sect3>
     
    6252<title>expand</title>
    6353
    64 <para>
    65 expand converts  tabs in files to spaces, writing to standard output.
    66 </para>
     54<para>expand converts  tabs in files to spaces, writing to standard
     55output.</para>
    6756
    6857</sect3>
     
    7160<title>fmt</title>
    7261
    73 <para>
    74 fmt reformats each paragraph in the specified file(s), writing to standard
    75 output.
    76 </para>
     62<para>fmt reformats each paragraph in the specified file(s), writing to
     63standard output.</para>
    7764
    7865</sect3>
     
    8168<title>fold</title>
    8269
    83 <para>
    84 fold wraps input lines in each specified file (standard input by default),
    85 writing to standard output.
    86 </para>
     70<para>fold wraps input lines in each specified file (standard input by default),
     71writing to standard output.</para>
    8772
    8873</sect3>
     
    9176<title>head</title>
    9277
    93 <para>
    94 Print first xx (10 by default) lines of each specified file to standard
    95 output.
    96 </para>
     78<para>Print first xx (10 by default) lines of each specified file to standard
     79output.</para>
    9780
    9881</sect3>
     
    10184<title>join</title>
    10285
    103 <para>
    104 join joins lines of two files on a common field.
    105 </para>
     86<para>join joins lines of two files on a common field.</para>
    10687
    10788</sect3>
     
    11091<title>md5sum</title>
    11192
    112 <para>
    113 md5sum prints or checks MD5 checksums.
    114 </para>
     93<para>md5sum prints or checks MD5 checksums.</para>
    11594
    11695</sect3>
     
    11998<title>nl</title>
    12099
    121 <para>
    122 nl writes each specified file to standard output, with line numbers
    123 added.
    124 </para>
     100<para>nl writes each specified file to standard output, with line numbers
     101added.</para>
    125102
    126103</sect3>
     
    129106<title>od</title>
    130107
    131 <para>
    132 od writes an unambiguous representation, octal bytes by default, of a
    133 specified file to standard output.
    134 </para>
     108<para>od writes an unambiguous representation, octal bytes by default, of a
     109specified file to standard output.</para>
    135110
    136111</sect3>
     
    139114<title>paste</title>
    140115
    141 <para>
    142 paste writes lines consisting of the sequentially corresponding
    143 lines from each specified file, separated by TABs, to standard output.
    144 </para>
     116<para>paste writes lines consisting of the sequentially corresponding
     117lines from each specified file, separated by TABs, to standard output.</para>
    145118
    146119</sect3>
     
    149122<title>pr</title>
    150123
    151 <para>
    152 pr paginates or columnates files for printing.
    153 </para>
     124<para>pr paginates or columnates files for printing.</para>
    154125
    155126</sect3>
     
    158129<title>ptx</title>
    159130
    160 <para>
    161 ptx produces a permuted index of file contents.
    162 </para>
     131<para>ptx produces a permuted index of file contents.</para>
    163132
    164133</sect3>
     
    167136<title>sort</title>
    168137
    169 <para>
    170 sort writes sorted concatenation of files to standard output.
    171 </para>
     138<para>sort writes sorted concatenation of files to standard output.</para>
    172139
    173140</sect3>
     
    176143<title>split</title>
    177144
    178 <para>
    179 split outputs fixed-size pieces of an input file to PREFIXaa, PREFIXab, ...
    180 </para>
     145<para>split outputs fixed-size pieces of an input file to
     146PREFIXaa, PREFIXab, ...</para>
    181147
    182148</sect3>
     
    185151<title>sum</title>
    186152
    187 <para>
    188 sum prints checksum and block counts for each specified file.
    189 </para>
     153<para>sum prints checksum and block counts for each specified file.</para>
    190154
    191155</sect3>
     
    194158<title>tac</title>
    195159
    196 <para>
    197 tac writes each specified file to standard output, last line first.
    198 </para>
     160<para>tac writes each specified file to standard output, last line first.</para>
    199161
    200162</sect3>
     
    203165<title>tail</title>
    204166
    205 <para>
    206 tail print the last xx (10 by default) lines of each specified file to
    207 standard output.
    208 </para>
     167<para>tail print the last xx (10 by default) lines of each specified file to
     168standard output.</para>
    209169
    210170</sect3>
     
    213173<title>tr</title>
    214174
    215 <para>
    216 tr translates, squeezes, and/or deletes characters from standard
    217 input, writing to standard output.
    218 </para>
     175<para>tr translates, squeezes, and/or deletes characters from standard
     176input, writing to standard output.</para>
    219177
    220178</sect3>
     
    223181<title>tsort</title>
    224182
    225 <para>
    226 tsort writes totally ordered lists consistent with the partial ordering
    227 in specified files.
    228 </para>
     183<para>tsort writes totally ordered lists consistent with the partial ordering
     184in specified files.</para>
    229185
    230186</sect3>
     
    233189<title>unexpand</title>
    234190
    235 <para>
    236 unexpand converts spaces in each file to tabs, writing to standard
    237 output.
    238 </para>
     191<para>unexpand converts spaces in each file to tabs, writing to standard
     192output.</para>
    239193
    240194</sect3>
     
    243197<title>uniq</title>
    244198
    245 <para>
    246 Uniq removes duplicate lines from a sorted file.
    247 </para>
     199<para>Uniq removes duplicate lines from a sorted file.</para>
    248200
    249201</sect3>
     
    252204<title>wc</title>
    253205
    254 <para>
    255 wc prints line, word, and byte counts for each specified file, and a
    256 total line if more than one file is specified.
    257 </para>
     206<para>wc prints line, word, and byte counts for each specified file, and a
     207total line if more than one file is specified.</para>
    258208
    259209</sect3>
Note: See TracChangeset for help on using the changeset viewer.