Textutils
Textutils is a collection of text utilities. It includes:
- cat - concatenate files and print on the standard output
- cksum - checksum and count the bytes in a file
- comm - compare two sorted files line by line
- csplit - split a file into sections determined by context lines
- cut - remove sections from each line of files
- expand - convert tabs to spaces
- fmt - simple optimal text formatter
- fold - wrap each input line to fit in specified width
- head - output the first part of files
- join - join lines of two files on a common field
- md5sum - compute and check MD5 message digest
- nl - number lines of files
- od - dump files in octal and other formats
- paste - merge lines of files
- ptx - produce a permuted index of file contents
- pr - convert text files for printing
- sort - sort lines of text files
- split - split a file into pieces
- sum - checksum and count the blocks in a file
- tac - concatenate and print files in reverse
- tail - output the last part of files
- tr - translate or delete characters
- tsort - perform topological sort
- unexpand - convert spaces to tabs
- uniq - remove duplicate lines from a sorted file
- wc - print the number of bytes, words, and lines in files
Most of these programs have significant advantages over
their Unix counterparts, such as greater speed, additional options,
and fewer arbitrary limits.
Online Manual is available at
http://www.gnu.org/manual/textutils/index.html
Return to GNU's home page.
Please send FSF & GNU inquiries & questions to
gnu@gnu.org.
There are also other ways to contact the FSF.
Please send comments on these web pages to
webmasters@www.gnu.org,
send other questions to
gnu@gnu.org.
Copyright (C) 1998 Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
Updated:
11 Apr 1999 jonas