$man <command>
Displays the on-line manual pages for the command
$clear
Clears the terminal screen
$pwd
Returns the working directory name
$echo <string>
Writes the string to the standard output
$printf <string>
Format and print the string
Example: print $PATH
...