This is a command line exercise for practicing basic file system navigation commands:
- pwd: Display your present (working) directory
- ls: List directory contents
- cd: 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).
 
- 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 (
- Somewhere in this directory is an image of a White Rabbit. Find it using only the command line.
Find the rabbit? Try these challenges next:
- Create a new directory with the mkdircommand;
- Copy an animal to another location in animal-worldusing thecpcommand;
- Rescue (move) the Tiger from the zoo using the mvcommand;
- The clearing in the forest is so beautiful, it needs a file to describe it:
- Navigate to the clearing;
- In the clearing, create an empty README.mdfile using thetouchcommand;
- Using VS Code, open README.mdand write a poetic description of the clearing, OR:- Advanced: write a poetic description of the clearing in README.mddirectly from the terminal usingviorvim.
 
- Advanced: write a poetic description of the clearing in 
 
- Navigate to the 
- Open an image from the command line (you might need to search for some hints on this one).
Original source: Unsplash