[Top] | [Contents] | [Index] | [ ? ] |
cat
: Concatenate and write files
tac
: Concatenate and write files in reverse
nl
: Number lines and write files
od
: Write files in octal or other formats
fmt
: Reformat paragraph text
pr
: Paginate or columnate files for printing
fold
: Wrap input lines to fit in specified width
head
: Output the first part of files
tail
: Output the last part of files
split
: Split a file into fixed-size pieces
csplit
: Split a file into context-determined pieces
wc
: Print byte, word, and line counts
sum
: Print checksum and block counts
cksum
: Print CRC checksum and byte counts
md5sum
: Print or check message-digests
sort
: Sort text files
uniq
: Uniquify files
comm
: Compare two sorted files line by line
tsort
: Topological sort
ptx
: Produce permuted indexes
ptx
cut
: Print selected parts of lines
paste
: Merge lines of files
join
: Join lines on a common field
tr
: Translate, squeeze, and/or delete characters
expand
: Convert tabs to spaces
unexpand
: Convert spaces to tabs
who
command
cut
command
sort
command
uniq
command