Directories
Directories, also known as folders, are the places where files are in a computer.
When you open a terminal, you are "inside" a particular directory.
You can see the directory you are in by running the pwd
1 command.
$ pwd
/Users/emccue
-
"Print Working Directory" ↩