What is a CLI?
Command Line Interface
What is a GUI?
Graphical User Interface
Give at least one use case for each of the commands listed in this exercise
man - command manuals cat - concatenates files or "standardizes" them ls - list stuff pwd - prints the working directory echo - prints stuff to console touch - creates new file mkdir - create new directory mv - move and rename files rm - delete/remove files cp - copy files and directories
What are the three virtues of a great programmer?
Laziness, Impatience, Hubris