bash (1)         - GNU Bourne-Again SHell
cat (1)          - concatenate files and print on the standard output
chgrp (1)        - change the group ownership of files
chmod (1)        - change the access permissions of files
chown (1)        - change the user and group ownership of files
cmp (1)          - compare two files
comm (1)         - compare two sorted files line by line
compress (1)     - compress and uncompress files
cp (1)           - copy files
csplit (1)       - split a file into sections determined by context
cut (1)          - remove sections from each line of files
date (1)         - print or set the system date and time
dd (1)           - convert a file while copying it
df (1)           - summarize free disk space
dirname (1)      du (1)           - summarize disk usage
env (1)          - run a program in a modified environment
expand (1)       - convert tabs to spaces
expr (1)         - evaluate expressions
find (1)         - search for files in a directory hierarchy
fold (1)         - wrap each input line to fit in specified width
groups (1)       - print the groups a user is in
head (1)         - output the first part of files
id (1)           - print real and effective UIDs and GIDs
install (1)      - copy files and set their attributes
join (1)         - join lines of two files on a common field
ln (1)           - make links between files
locate (1)       - list files in a database that match a pattern
logname (1)      ls (1)           - list contents of directories
mkdir (1)        - make directories
mkfifo (1)       - make FIFOs (named pipes)
mknod (1)        - make special files
mv (1)           - rename files
nice (1)         - run a program with modified scheduling priority
nohup (1)        - run a command immume to hangups, with output to a
nroff (1)        paste (1)        - merge lines of files
patch (1)        - a program for applying a diff file to an original
pathchk (1)      - check whether pathnames are valid or portable
pr (1)           - convert text files for printing
printenv (1)     - print all or part of environment
printf (1)       - format and print data
rm (1)           - remove files
rmdir (1)        - remove empty directories
sleep (1)        - delay for a specified amount of time
sort (1)         - sort lines of text files
split (1)        - split a file into pieces
stty (1)         - change and print terminal line settings
sum (1)          - checksum and count the blocks in a file
tac (1)          - concatenate and print files in reverse
tail (1)         - output the last part of files
tee (1)          - read from standard input and write to standard output
test (1)         - check file types and compare values
touch (1)        - change file timestamps
tty (1)          - print the path of the terminal connected to standard
uname (1)        unexpand (1)     - convert spaces to tabs
uniq (1)         - remove duplicate lines from a sorted file
wc (1)           - print the number of bytes, words, and lines in files
whoami (1)       - print effective userid
xargs (1)        - build and execute command lines from standard input
yes (1)          - output a string repeatedly until killed
zmore (1)        - file perusal filter for crt viewing of compressed
