source: appendixa/textutils-desc.xml@ 212a71b

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 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 212a71b was da72ce8, checked in by Gerard Beekmans <gerard@…>, 21 years ago

finished modifications to converted pages

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

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