2002-04-19 19:27:01 +01:00
|
|
|
<sect2><title>Contents of Textutils-&textutils-contversion;</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Program Files</title>
|
|
|
|
<para>cat, cksum, comm, csplit, cut, expand,
|
2001-01-24 00:31:17 +00:00
|
|
|
fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
|
2002-02-06 23:15:46 +00:00
|
|
|
tac, tail, tr, tsort, unexpand, uniq and wc</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>cat</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>cat concatenates file(s) or standard input to
|
2002-02-06 23:15:46 +00:00
|
|
|
standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>cksum</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>cksum prints CRC checksum and byte counts of each specified
|
2002-02-06 23:15:46 +00:00
|
|
|
file.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>comm</title>
|
|
|
|
<para>comm compares two sorted files line by line.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>csplit</title>
|
2001-07-26 12:58:51 +01:00
|
|
|
<para>csplit outputs pieces of a file separated by (a) pattern(s) to files
|
2001-07-22 20:45:10 +01:00
|
|
|
xx01, xx02, ..., and outputs byte counts of each piece to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>cut</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>cut prints selected parts of lines from specified files to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>expand</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>expand converts tabs in files to spaces, writing to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>fmt</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>fmt reformats each paragraph in the specified file(s), writing to
|
2002-02-06 23:15:46 +00:00
|
|
|
standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>fold</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>fold wraps input lines in each specified file (standard input by default),
|
2002-02-06 23:15:46 +00:00
|
|
|
writing to standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>head</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Print first xx (10 by default) lines of each specified file to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>join</title>
|
|
|
|
<para>join joins lines of two files on a common field.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>md5sum</title>
|
|
|
|
<para>md5sum prints or checks MD5 checksums.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>nl</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>nl writes each specified file to standard output, with line numbers
|
2002-02-06 23:15:46 +00:00
|
|
|
added.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>od</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>od writes an unambiguous representation, octal bytes by default, of a
|
2002-02-06 23:15:46 +00:00
|
|
|
specified file to standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>paste</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>paste writes lines consisting of the sequentially corresponding
|
2001-09-22 17:09:47 +01:00
|
|
|
lines from each specified file, separated by TABs,
|
2002-02-06 23:15:46 +00:00
|
|
|
to standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>pr</title>
|
|
|
|
<para>pr paginates or columnates files for printing.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>ptx</title>
|
|
|
|
<para>ptx produces a permuted index of file contents.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>sort</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>sort writes sorted concatenation of files to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>split</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>split outputs fixed-size pieces of an input file to
|
2002-02-06 23:15:46 +00:00
|
|
|
PREFIXaa, PREFIXab, ...</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>sum</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>sum prints checksum and block counts for each specified
|
2002-02-06 23:15:46 +00:00
|
|
|
file.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>tac</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>tac writes each specified file to standard output, last line
|
2002-02-06 23:15:46 +00:00
|
|
|
first.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>tail</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>tail print the last xx (10 by default) lines of each specified file to
|
2002-02-06 23:15:46 +00:00
|
|
|
standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>tr</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>tr translates, squeezes, and/or deletes characters from standard
|
2002-02-06 23:15:46 +00:00
|
|
|
input, writing to standard output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>tsort</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>tsort writes totally ordered lists consistent with the partial ordering
|
2002-02-06 23:15:46 +00:00
|
|
|
in specified files.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>unexpand</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>unexpand converts spaces in each file to tabs, writing to standard
|
2002-02-06 23:15:46 +00:00
|
|
|
output.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>uniq</title>
|
|
|
|
<para>Uniq removes duplicate lines from a sorted file.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>wc</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>wc prints line, word, and byte counts for each specified file, and a
|
2002-02-06 23:15:46 +00:00
|
|
|
total line if more than one file is specified.</para></sect4>
|
|
|
|
|
|
|
|
</sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|