Skip to content

Instantly share code, notes, and snippets.

@kswhyte
Created June 1, 2016 03:19
Show Gist options
  • Save kswhyte/48eb10ae7ab32329c2bbc11f361120dd to your computer and use it in GitHub Desktop.
Save kswhyte/48eb10ae7ab32329c2bbc11f361120dd to your computer and use it in GitHub Desktop.
cd stands for "change directory", and moves us to a specific place on the filesystem, similar to using the GUI Finder to browse directories on the machine
~ is a shortcut for our "home directory". It will be in a place like /Users/<your-user-name>
mkdir stands for "make directory", and it allows us to create new folders on the machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment