What is a CLI?
-Command-line Interface
What is a GUI?
-Graphical User Interface
man
-Interface to the online reference manual
cat
-Concatenate files and print on the standard output
ls
-List directory contents
pwd
-Print name of working directory
echo
-Display a line of text
touch
-Change file timestamps
mkdir
-Make directories
mv
-Move (rename) files
rm
-Remove files or directories
cp
-Copy files and directories
What are the three virtues of a great programmer?
-Laziness, Impatience, and Hubris