shell environment: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==About== A shell environment is software which provides a command line interface (CLI) for users and scripts. Shell environment software available includes: ===Linux..." |
No edit summary |
||
| Line 8: | Line 8: | ||
* [[ksh]], the Korn Shell | * [[ksh]], the Korn Shell | ||
* [[sh]] | * [[sh]] | ||
* [[zsh]] - supports recursive globbing ([https://vulpine.club/@kellerfuchs/103613852540288204 h/t]) | |||
===Windows=== | ===Windows=== | ||
* the default terminal in Windows/DOS | * the default terminal in Windows/DOS | ||
* [[PowerShell]] | * [[PowerShell]] | ||
Latest revision as of 20:47, 6 February 2020
About
A shell environment is software which provides a command line interface (CLI) for users and scripts.
Shell environment software available includes:
Linux
- bash, the default shell in many Linux distributions
- csh, the C Shell
- ksh, the Korn Shell
- sh
- zsh - supports recursive globbing (h/t)
Windows
- the default terminal in Windows/DOS
- PowerShell
