Skip to content

Instantly share code, notes, and snippets.

View ashx3s's full-sized avatar

Ashlyn ashx3s

  • Calgary, Alberta
View GitHub Profile
@ashx3s
ashx3s / README.md
Created January 9, 2023 05:59 — forked from acidtone/README.md
Command Line Activity: Follow the white rabbit

Command Line Activity: Follow the white rabbit

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

Instructions

  1. Download this Gist to your workspace and expand/extract animal-world.zip.
  2. 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).