Shell
From Linuxintro
Revision as of 11:35, 2 January 2012 by imported>ThorstenStaerk
A Unix shell is described in this wikipedia article. You can find out what shell you are in with the $SHELL variable like this:
$ echo $SHELL /bin/bash
See also
- bash -- the default Linux shell
- shell programming