source: appendixa/textutils-desc.xml@ 42f94e7

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 12.2 12.2-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_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/loongarch-12.2 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 42f94e7 was 53ad30a, checked in by Mark Hymers <markh@…>, 23 years ago

[Bug 190] Put descs in alphabetical order

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

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[6370fa6]1<sect2>
2<title>Contents</title>
3
[5ef20d9]4<para>The Textutils package contains the cat, cksum, comm, csplit, cut, expand,
[6370fa6]5fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
[b822811]6tac, tail, tr, tsort, unexpand, uniq and wc programs.</para>
[6370fa6]7
8</sect2>
9
10<sect2>
11<title>Description</title>
12
[53ad30a]13<sect3><title>cat</title>
14<para>cat concatenates file(s) or standard input to
15standard output.</para></sect3>
[6370fa6]16
[53ad30a]17<sect3><title>cksum</title>
18<para>cksum prints CRC checksum and byte counts of each specified
19file.</para></sect3>
[6370fa6]20
[53ad30a]21<sect3><title>comm</title>
22<para>comm compares two sorted files line by line.</para></sect3>
[6370fa6]23
[53ad30a]24<sect3><title>csplit</title>
[2fff38a]25<para>csplit outputs pieces of a file separated by (a) pattern(s) to files
[b822811]26xx01, xx02, ..., and outputs byte counts of each piece to standard
[53ad30a]27output.</para></sect3>
[6370fa6]28
[53ad30a]29<sect3><title>cut</title>
[b822811]30<para>cut prints selected parts of lines from specified files to standard
[53ad30a]31output.</para></sect3>
[6370fa6]32
[53ad30a]33<sect3><title>expand</title>
[b822811]34<para>expand converts tabs in files to spaces, writing to standard
[53ad30a]35output.</para></sect3>
[6370fa6]36
[53ad30a]37<sect3><title>fmt</title>
[b822811]38<para>fmt reformats each paragraph in the specified file(s), writing to
[53ad30a]39standard output.</para></sect3>
[6370fa6]40
[53ad30a]41<sect3><title>fold</title>
[b822811]42<para>fold wraps input lines in each specified file (standard input by default),
[53ad30a]43writing to standard output.</para></sect3>
[6370fa6]44
[53ad30a]45<sect3><title>head</title>
[b822811]46<para>Print first xx (10 by default) lines of each specified file to standard
[53ad30a]47output.</para></sect3>
[6370fa6]48
[53ad30a]49<sect3><title>join</title>
50<para>join joins lines of two files on a common field.</para></sect3>
[6370fa6]51
[53ad30a]52<sect3><title>md5sum</title>
53<para>md5sum prints or checks MD5 checksums.</para></sect3>
[6370fa6]54
[53ad30a]55<sect3><title>nl</title>
[b822811]56<para>nl writes each specified file to standard output, with line numbers
[53ad30a]57added.</para></sect3>
[6370fa6]58
[53ad30a]59<sect3><title>od</title>
[b822811]60<para>od writes an unambiguous representation, octal bytes by default, of a
[53ad30a]61specified file to standard output.</para></sect3>
[6370fa6]62
[53ad30a]63<sect3><title>paste</title>
[b822811]64<para>paste writes lines consisting of the sequentially corresponding
[53ad30a]65lines from each specified file, separated by TABs,
66to standard output.</para></sect3>
[6370fa6]67
[53ad30a]68<sect3><title>pr</title>
69<para>pr paginates or columnates files for printing.</para></sect3>
[6370fa6]70
[53ad30a]71<sect3><title>ptx</title>
72<para>ptx produces a permuted index of file contents.</para></sect3>
[6370fa6]73
[53ad30a]74<sect3><title>sort</title>
75<para>sort writes sorted concatenation of files to standard
76output.</para></sect3>
[6370fa6]77
[53ad30a]78<sect3><title>split</title>
[b822811]79<para>split outputs fixed-size pieces of an input file to
[53ad30a]80PREFIXaa, PREFIXab, ...</para></sect3>
[6370fa6]81
[53ad30a]82<sect3><title>sum</title>
83<para>sum prints checksum and block counts for each specified
84file.</para></sect3>
[6370fa6]85
[53ad30a]86<sect3><title>tac</title>
87<para>tac writes each specified file to standard output, last line
88first.</para></sect3>
[6370fa6]89
[53ad30a]90<sect3><title>tail</title>
[b822811]91<para>tail print the last xx (10 by default) lines of each specified file to
[53ad30a]92standard output.</para></sect3>
[6370fa6]93
[53ad30a]94<sect3><title>tr</title>
[b822811]95<para>tr translates, squeezes, and/or deletes characters from standard
[53ad30a]96input, writing to standard output.</para></sect3>
[6370fa6]97
[53ad30a]98<sect3><title>tsort</title>
[b822811]99<para>tsort writes totally ordered lists consistent with the partial ordering
[53ad30a]100in specified files.</para></sect3>
[6370fa6]101
[53ad30a]102<sect3><title>unexpand</title>
[b822811]103<para>unexpand converts spaces in each file to tabs, writing to standard
[53ad30a]104output.</para></sect3>
[6370fa6]105
[53ad30a]106<sect3><title>uniq</title>
107<para>Uniq removes duplicate lines from a sorted file.</para></sect3>
[6370fa6]108
[53ad30a]109<sect3><title>wc</title>
[b822811]110<para>wc prints line, word, and byte counts for each specified file, and a
[53ad30a]111total line if more than one file is specified.</para></sect3>
[6370fa6]112
113</sect2>
Note: See TracBrowser for help on using the repository browser.