What **version of BASH** does win-bash.exe 0.6 support?
Thanks! John
Hello,
How can I have the information of which Bash version win-bash is based on programmaticaly ?
Thanks,
Benjamin
Within a shell script you can simply read the environment variable BASH_VERSION, e.g.
echo $BASH_VERSION
(Yes, it's true, it is really based on 1.14 …)
Log in to post a comment.
What **version of BASH** does win-bash.exe 0.6 support?
Thanks! John
Hello,
How can I have the information of which Bash version win-bash is based on programmaticaly ?
Thanks,
Benjamin
Within a shell script you can simply read the environment variable BASH_VERSION, e.g.
echo $BASH_VERSION
(Yes, it's true, it is really based on 1.14 …)