source: appendixa/textutils-desc.xml@ 2ddaf06

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_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
Last change on this file since 2ddaf06 was bdc08c1, checked in by Mark Hymers <markh@…>, 22 years ago

[Bug 190] reorganise and sync descriptions

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

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