Skip to content

Instantly share code, notes, and snippets.

@Cspeisman
Created May 8, 2014 00:18
Show Gist options
  • Save Cspeisman/0994aef6292ac6bb008a to your computer and use it in GitHub Desktop.
Save Cspeisman/0994aef6292ac6bb008a to your computer and use it in GitHub Desktop.

GeneralAssemb.ly

Bash Basics Exercise

###Time: 20 min

Topics bash commands, terminal
Description Practice navigating computer files and folders using the terminal.

####Task Instructions

  1. Create a directory named My_First_BEWD_Class.
  2. Change into this directory (hint tab completion).
  3. Create a file named "goals.rb" using the touch command.
  4. Open "goals.rb" in Sublime Text from the terminal.
  5. Using ruby comments type #Your Name and Goals for this course
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment