source: appendixa/textutils-desc.xml@ bdc08c1

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