Example: air traffic controller
Command Prompt Cheatsheet
Found 2 free book(s)Command Prompt Cheatsheet - Columbia University
www.cs.columbia.eduWindows Command Prompt Cheatsheet-Command line interface (as opposed to a GUI - graphical user interface)-Used to execute programs-Commands are small programs that do something useful-There are many commands already included with Windows, but we will use a few.-A filepath is where you are in the filesystem• C: is the C drive • C:\user\Documents is the Documents folder
PowerShell Basic Cheat Sheet - Rambling Cookie Monster
ramblingcookiemonster.github.ioGet-Command -Module RGHS Get all commands in RGHS module Get-Command Get-p* Get all commands starting with get-p Get-help get-process Get help for command ... -Confirm Prompt whether to take action-WhatIf Displays what command would …