shell environment
Jump to navigation
Jump to search
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