![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Shell script for getting Firefox Browser Version | kjannu | UNIX for Dummies Questions & Answers | 2 | 06-27-2006 08:23 PM |
| Shell Command for finding out Firefox version | kjannu | Shell Programming and Scripting | 0 | 06-25-2006 09:54 PM |
| NIS version | hdk2oo5 | SUN Solaris | 1 | 09-13-2005 05:23 AM |
| version of OS | tselvanin | UNIX for Dummies Questions & Answers | 4 | 10-07-2003 07:26 AM |
| korn shell version at runtime? | qanda | Shell Programming and Scripting | 3 | 08-21-2002 05:56 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can I know what shell version
Hello
I would like to know what version of shell my system is running, how can L do that? I use both KSH and BASH Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
bash --version or echo $BASH_VERSION while running the bash shell.
ksh will apparently display its version number if you type ctrl-v while in the shell. I was unable to quickly find any other mechanism for identifying its version. |
|||
| Google UNIX.COM |