aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/textutils-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
commitbdc08c1c6419be50edb433c4425481bdabf8a5ea (patch)
treeb93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/textutils-desc.xml
parent76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff)
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r--appendixa/textutils-desc.xml119
1 files changed, 59 insertions, 60 deletions
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml
index 4b679c48e..397275d54 100644
--- a/appendixa/textutils-desc.xml
+++ b/appendixa/textutils-desc.xml
@@ -1,113 +1,112 @@
-<sect2>
-<title>Contents</title>
+<sect2><title>Contents of textutils-&textutils-contversion;</title>
-<para>The Textutils package contains the cat, cksum, comm, csplit, cut, expand,
+<sect3><title>Program Files</title>
+<para>cat, cksum, comm, csplit, cut, expand,
fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
-tac, tail, tr, tsort, unexpand, uniq and wc programs.</para>
+tac, tail, tr, tsort, unexpand, uniq and wc</para></sect3>
-</sect2>
-
-<sect2>
-<title>Description</title>
+<sect3><title>Descriptions</title>
-<sect3><title>cat</title>
+<sect4><title>cat</title>
<para>cat concatenates file(s) or standard input to
-standard output.</para></sect3>
+standard output.</para></sect4>
-<sect3><title>cksum</title>
+<sect4><title>cksum</title>
<para>cksum prints CRC checksum and byte counts of each specified
-file.</para></sect3>
+file.</para></sect4>
-<sect3><title>comm</title>
-<para>comm compares two sorted files line by line.</para></sect3>
+<sect4><title>comm</title>
+<para>comm compares two sorted files line by line.</para></sect4>
-<sect3><title>csplit</title>
+<sect4><title>csplit</title>
<para>csplit outputs pieces of a file separated by (a) pattern(s) to files
xx01, xx02, ..., and outputs byte counts of each piece to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>cut</title>
+<sect4><title>cut</title>
<para>cut prints selected parts of lines from specified files to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>expand</title>
+<sect4><title>expand</title>
<para>expand converts tabs in files to spaces, writing to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>fmt</title>
+<sect4><title>fmt</title>
<para>fmt reformats each paragraph in the specified file(s), writing to
-standard output.</para></sect3>
+standard output.</para></sect4>
-<sect3><title>fold</title>
+<sect4><title>fold</title>
<para>fold wraps input lines in each specified file (standard input by default),
-writing to standard output.</para></sect3>
+writing to standard output.</para></sect4>
-<sect3><title>head</title>
+<sect4><title>head</title>
<para>Print first xx (10 by default) lines of each specified file to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>join</title>
-<para>join joins lines of two files on a common field.</para></sect3>
+<sect4><title>join</title>
+<para>join joins lines of two files on a common field.</para></sect4>
-<sect3><title>md5sum</title>
-<para>md5sum prints or checks MD5 checksums.</para></sect3>
+<sect4><title>md5sum</title>
+<para>md5sum prints or checks MD5 checksums.</para></sect4>
-<sect3><title>nl</title>
+<sect4><title>nl</title>
<para>nl writes each specified file to standard output, with line numbers
-added.</para></sect3>
+added.</para></sect4>
-<sect3><title>od</title>
+<sect4><title>od</title>
<para>od writes an unambiguous representation, octal bytes by default, of a
-specified file to standard output.</para></sect3>
+specified file to standard output.</para></sect4>
-<sect3><title>paste</title>
+<sect4><title>paste</title>
<para>paste writes lines consisting of the sequentially corresponding
lines from each specified file, separated by TABs,
-to standard output.</para></sect3>
+to standard output.</para></sect4>
-<sect3><title>pr</title>
-<para>pr paginates or columnates files for printing.</para></sect3>
+<sect4><title>pr</title>
+<para>pr paginates or columnates files for printing.</para></sect4>
-<sect3><title>ptx</title>
-<para>ptx produces a permuted index of file contents.</para></sect3>
+<sect4><title>ptx</title>
+<para>ptx produces a permuted index of file contents.</para></sect4>
-<sect3><title>sort</title>
+<sect4><title>sort</title>
<para>sort writes sorted concatenation of files to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>split</title>
+<sect4><title>split</title>
<para>split outputs fixed-size pieces of an input file to
-PREFIXaa, PREFIXab, ...</para></sect3>
+PREFIXaa, PREFIXab, ...</para></sect4>
-<sect3><title>sum</title>
+<sect4><title>sum</title>
<para>sum prints checksum and block counts for each specified
-file.</para></sect3>
+file.</para></sect4>
-<sect3><title>tac</title>
+<sect4><title>tac</title>
<para>tac writes each specified file to standard output, last line
-first.</para></sect3>
+first.</para></sect4>
-<sect3><title>tail</title>
+<sect4><title>tail</title>
<para>tail print the last xx (10 by default) lines of each specified file to
-standard output.</para></sect3>
+standard output.</para></sect4>
-<sect3><title>tr</title>
+<sect4><title>tr</title>
<para>tr translates, squeezes, and/or deletes characters from standard
-input, writing to standard output.</para></sect3>
+input, writing to standard output.</para></sect4>
-<sect3><title>tsort</title>
+<sect4><title>tsort</title>
<para>tsort writes totally ordered lists consistent with the partial ordering
-in specified files.</para></sect3>
+in specified files.</para></sect4>
-<sect3><title>unexpand</title>
+<sect4><title>unexpand</title>
<para>unexpand converts spaces in each file to tabs, writing to standard
-output.</para></sect3>
+output.</para></sect4>
-<sect3><title>uniq</title>
-<para>Uniq removes duplicate lines from a sorted file.</para></sect3>
+<sect4><title>uniq</title>
+<para>Uniq removes duplicate lines from a sorted file.</para></sect4>
-<sect3><title>wc</title>
+<sect4><title>wc</title>
<para>wc prints line, word, and byte counts for each specified file, and a
-total line if more than one file is specified.</para></sect3>
+total line if more than one file is specified.</para></sect4>
+
+</sect3>
</sect2>