Results 1 to 4 of 4
Hi folks,
How to test which shell is running on the OS. TIA
B.R.
satimis...
- 08-10-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
A question on shell
Hi folks,
How to test which shell is running on the OS. TIA
B.R.
satimis
- 08-10-2005 #2
- 08-10-2005 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Tks
Originally Posted by anomie
satimis
- 08-12-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 2
Re: A question on shell
Using #> echo $0 to show the currently used shell , since all shells support $0
Originally Posted by satimis


Reply With Quote
