Operating System Shell: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
Line 15: | Line 15: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 03:04, 6 January 2023
An Operating System Shell is a shell environment for an operating system.
- Context:
- It can (typically) be a CLI-based Shell (REPL).
- It can (typically) support Shell Scripts.
- Example(s):
- a bash Shell.
- …
- Counter-Example(s):
- See: bash Script.