Linux Command

batch
Function: queue, examine or delete jobs for later execu-tion
Usage: batch
vim
Function: Vi IMproved, a programmers text editor
Usage: vim [options] -t tag
mount
Function: mount a filesystem
Usage: mount -a [-fFnrsvw] [-t vfstype] [-O optlist]
wall
Function: Write a message to all users
Usage: wall [-n] [ message ]
gawk
Function: pattern scanning and processing language
Usage: gawk [ POSIX or GNU style options ] [ -- ] program-text file ...
uptime
Function: Tell how long the system has been running.
Usage: uptime [options]
mesg
Function: control write access to your terminal
Usage: mesg [y|n]
su
Function: run a shell with substitute user and group IDs
Usage: su [OPTION]... [-] [USER [ARG]...]
uniq
Function: report or omit repeated lines
Usage: uniq [OPTION]... [INPUT [OUTPUT]]
size
Function: list section sizes and total size.
Usage: size [-A|-B|-G|--format=compatibility] [--help] [-d|-o|-x|--radix=number] [--common] [-t|--totals] [--target=bfdname] [-V|--version] [objfile...]
chmod
Function: change file mode bits
Usage: chmod [OPTION]... --reference=RFILE FILE...
wc
Function: print newline, word, and byte counts for each file
Usage: wc [OPTION]... [FILE]...
dd
Function: convert and copy a file
Usage: dd OPTION
tput
Function: initialize a terminal or query terminfo database
Usage: tput -S <<
sleep
Function: delay for a specified amount of time
Usage: sleep OPTION