[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help me upgrading Bash
From: |
Hugh Sasse |
Subject: |
Re: Help me upgrading Bash |
Date: |
Thu, 8 Feb 2007 17:02:42 +0000 (WET) |
On Thu, 8 Feb 2007, San wrote:
> Dear Sir,
>
You will need to tell people, generally in cases like this, what your
platform is.
> I have tried installing the latest version of BASH (3.2) but whenever i
> start the terminal, & type "bash --version" but still i get v2.05. Please
> tell me in detail
> the steps needed to have the latest version on the system.
In the shell, any bash version, do
$ echo $PATH
I suspect your new bash is installed in /usr/local/bin/bash, and
your old bash is in /bin/bash or /sbin/bash. The directory in
PATH which is searched first will determine which bash you get.
>
> Thanks & Regards,
> San.
>
HTH
Hugh