Skip to content

Instantly share code, notes, and snippets.

View gelanivishal's full-sized avatar
🎯
Focusing

Vishal Gelani gelanivishal

🎯
Focusing
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
@gelanivishal
gelanivishal / 0_reuse_code.js
Created November 26, 2016 15:41
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