Difference between revisions of "shell environment"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(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...")
 
 
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

Windows