Re: How do I know which unix shell I am using.
From: Stephane CHAZELAS (this.address_at_is.invalid)
Date: 02/03/04
- Next message: Søren Bryndum Christiansen: "Awk search multiple lines"
- Previous message: Web Surfer: "Re: How to tell the machine to give priority to my job?"
- In reply to: Raj: "Re: How do I know which unix shell I am using."
- Next in thread: Chris F.A. Johnson: "Re: How do I know which unix shell I am using."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 3 Feb 2004 15:00:26 +0100
2004-02-3, 05:32(-08), Raj:
> echo $SHELL
~$ bash -c 'echo $SHELL'
/bin/zsh
The SHELL variable is set by no shell I know, it's just used
by applications such as vi, ftp, xterm so that they know which
shell to run when requested. It's generally set by "login" based
on your passwd entry, but can be modified at your will.
-- Stéphane ["Stephane.Chazelas" at "free.fr"]
- Next message: Søren Bryndum Christiansen: "Awk search multiple lines"
- Previous message: Web Surfer: "Re: How to tell the machine to give priority to my job?"
- In reply to: Raj: "Re: How do I know which unix shell I am using."
- Next in thread: Chris F.A. Johnson: "Re: How do I know which unix shell I am using."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|