Skip to content

Instantly share code, notes, and snippets.

@jonahoffline
Created July 9, 2015 23:16
Show Gist options
  • Save jonahoffline/03eff03b304e3292cc6d to your computer and use it in GitHub Desktop.
Save jonahoffline/03eff03b304e3292cc6d to your computer and use it in GitHub Desktop.
Common Commands

Common Terminal Commands

  • cd - Change directory
  • mkdir - Make directory
  • cat - Out the contents of a file
  • touch - create a file
  • rm - Delete file
  • ls - List
  • mv - Move a file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment