Difference between revisions of "Other standard shells"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
|next=Hello, World! Tutorial|Write a simple shell script - "Hello World!"}} | |next=Hello, World! Tutorial|Write a simple shell script - "Hello World!"}} | ||
− | + | In Linux, a lot of work is done using a command line shell. Linux comes preinstalled with Bash. Many other shells are available under Linux: | |
* [[tcsh]] - An enhanced version of [[csh]], the [[C shell]]. | * [[tcsh]] - An enhanced version of [[csh]], the [[C shell]]. |
Revision as of 14:20, 24 September 2009
← The role of shells in the Linux environment • Home • Hello, World! Tutorial →
In Linux, a lot of work is done using a command line shell. Linux comes preinstalled with Bash. Many other shells are available under Linux:
- tcsh - An enhanced version of csh, the C shell.
- ksh - The real, AT&T version of the Korn shell.
- csh - Shell with C-like syntax, standard login shell on BSD systems.
- zsh - A powerful interactive shell.
- scsh- An open-source Unix shell embedded within Scheme programming language.
To find the list of available shell packages under Red Hat Enterprise Linux / CentOS Linux / Fedora Linux, enter:
yum search shell
To find the list of available shell packages under Debian Linux / Ubuntu Linux, enter:
apt-cache search shell