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 cat ls pwd echo touch mkdir mv rm cp
man - manual to look something up cat - concatenate or print files ls - list directory contents pwd - print name of current directory echo - display a line of text touch - change file timestamps mkdir - make a directory mv - move or rename files rm - remove a file cp - copy a file
What are the three virtues of a great programmer?
laziness impatience hubris