Command
Options command line parameter
Argument command line parameter
Typical command line format
Shell Script
File containing a series of commands
Variables
Variable requirements
printenv
Displays environmental variables
Meta character
Quoting
~
Represents home directory
ls
Manual (Man) Pages
Info Pages
dmesg command
Shows system boot time messages.
CTRL + SHIFT + C
Copy highlighted text while working in the command line
$0, $1, $2, ect
\d
Add the date to the prompt in the shell
which command
Search for executable programs or scripts located in the PATH variable
whereis command
Locate the executable, source, and manual page files for any command
variable_name=$(command) or
variable_name=’command’
Save the out put of a command into a variable
apropos command
searches manual page names and descriptions for a user-supplied keyword