What is a CLI?
Command Line Interface:
allows users to interact through lines of text
What is a GUI?
Graphical User Interface:
allows users to interact through icons and indicators
man
Gives you the rundown on anything in the dev environment
cat
combines contents of two files together
ls
gives you a list of the files
pwd
lets you know where you are working from
echo
tells the computer to repeat something back to you
touch
allows you to change time stamps and create new files
mkdir
allows you to create directories
mv
allows you to move files
rm
allows you to remove files
cp
allows you to copy files
What are the three virtues of a great programmer?
laziness, impatience, and hubris