Commands
Common Commands 1
MAN This command can view different sections of the manual pages. man man man - an interface to...
Common Commands 2
Sort Sorts lines of text files by default, non-numeric. sort - sort lines of text files Reverse...
GREP
Full name Global Regular Expression Print, originated from a Unix editor ed command g/re/p, where...
PS
PS stands for Process Status. man ps ps - report a snapshot of the current processes. Style ...
TOP
man top top - display Linux processes The top command defaults to sorting processes by CPU usag...
Terminate Process
Kill Command It's actually a tool for sending signals to processes, not necessarily killing them...
Compression
[todo]