mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
1.2 KiB
1.2 KiB
| title | sr-due | sr-interval | sr-ease |
|---|---|---|---|
| Consoles Terminals Shells | 2022-04-10 | 27 | 270 |
tags: #review
Consoles vs Terminals vs Shells
- consoles vs terminals/command line shells
- console -> io device which is part of a computer (physical terminal)
- console is the device: -> terminal is program inside that device
- terminal -> text input output environment (can be remote)
- windows terminal
- shell -> program which the terminal/console sends input to which sends command to the OS
- unix shell
- powershell
- cmd
- bash, fish, zsh, ksh, sh, tsch
- console -> io device which is part of a computer (physical terminal)
BREIF HISTORY
- At first only main console
- Then multiple terminals which allowed mulitple people to use one computer
- Graphics support
- Console + terminal merged
- Virtual terminals -> no need for direct hardware control -> replaced by OS
graph LR
MainConsole --> MultipleTerminals --> GraphicsSupport --> MergeConsole&Terminal --> VirtualTerminals
resources: whats the differnce between a console a terminal and a shell