Misc

Rob SOAP Markdown CLI - Windows CLI - Unix Git NodeJS jslint Batch File Animation Tools React JS Sublime Shortcuts
O O

Weather Controls

Time Of Day
Rain
Wind Speed
Wind Direction
Clouds

Misc : CLI - Unix

2019-02-28

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