October 19, 2019
Thinking mathematically isn’t just about understanding numbers better. It’s about asking important questions about the world around us and letting numbers illuminate those questions.
COMMAND LINE REFRESHER
CLI = Command Line Interface
BASH = Bourne Again Shell - default shell for Linux and Mac
ls = list the contents of the current directory
mkdir = make a new directory
cd = navigate to directory
cat = print and concatenate files