This is a command line exercise for practicing basic file system navigation commands:
pwd: Display your present (working) directoryls: List directory contentscd: Change directory
- Download this Gist to your workspace and expand/extract
animal-world.zip. - Navigate to this directory using your terminal.
- Note: when you open a new terminal window (i.e. using Git Bash on Windows or Terminal on Mac OS) the default location will normally be your home folder (
/Users/jane).