Difference between revisions of "Shell"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
(Undo revision 3843 by ThorstenStaerk (talk))
 
Line 1: Line 1:
A Unix shell is described in [http://simple.wikipedia.org/wiki/Unix_shell this wikipedia article]. You can find out what shell you are in with the $SHELL variable like this:
+
A Unix shell is described in [http://simple.wikipedia.org/wiki/Unix_shell this wikipedia article].
$ echo $SHELL
 
/bin/bash
 
  
 
= See also =
 
= See also =
 
* [[bash]] -- the default Linux shell
 
* [[bash]] -- the default Linux shell
 
* [[shell programming]]
 
* [[shell programming]]

Latest revision as of 11:47, 2 January 2012

A Unix shell is described in this wikipedia article.

See also