Skip to content

Instantly share code, notes, and snippets.

View spatelaureatelabs's full-sized avatar

spatelaureatelabs

View GitHub Profile

Linux Commands

File CommandsFile Commands

  • ls - directory listing
  • ls -al - Formatted listing with hidden files
  • cd dir - change directory to dir
  • cd - change to home
  • pwd - show current directory
  • mkdir dir - create directory dir
  • rm file - delete file
@spatelaureatelabs
spatelaureatelabs / 0_reuse_code.js
Created December 23, 2016 10:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console