Please enable JavaScript.
Coggle requires JavaScript to display documents.
Terminal (CLI), User - Coggle Diagram
Terminal (CLI)
Communicates with
Shell (System)
for Windows
Cmd
MS DOS Commands
Pipe
data
as text
Limited to Windows
Commands
Scripting with
.bat
(batch files)
Powershell
Windows
Commands
Verb-Noun structure
Aliases
to use Cmd, Bash commands
Scripting language
Powershell
.ps1
Pipe
data
as rich objects
cmdlets
native functions
for Linux
Bash
Pipe data between applications
as text
Linux commands
Scripting
User
Why to use Shell?
To automate
IT tasks
To communicate with
OS or Apps
Remote
access
Writes in