Misc : CLI - Unix
Run It
On Windows (using GIT gash): Start Menu > Git Bash
On Linux: just open a terminal
End It
sudo reboot
sudo shutdown -P now
Get Some Info
Tell me who I am
 whoami 
Tell me where I am - (present working directory)
 pwd 
Tell me what is in current directory
 dir 
Show me some stuff I can type
 help 
Clear the screen
 clear 
Show version of node I Have
 node -v 
Move Around
Go up a directory
 cd .. 
Go down a directory
 cd dirname 
Go directly to a directory
 cd c:html 
Change drive.
 r: 
Do Directory Stuff
Make a directory
 mkdir robiscool 
Make a chain or directories
 mkdir c:htmlawesomesause 
Rename a directory
 ren robiscool RobIsCOOL1 
Edit txt files
View .txt file
 cat filename 
remove a file
 rm filename