[root@zetawiki ~]# bash --version
GNU bash, version 4.2.45(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[root@zetawiki ~]# rpm -qa bash
bash-4.2.45-5.el7_0.4.x86_64
[root@zetawiki ~]# yum list installed bash
... (생략)
Installed Packages
bash.x86_64 4.2.45-5.el7_0.4 @update
[root@zetawiki ~]# echo $BASH_VERSION
4.2.45(1)-release
[root@zetawiki ~]# echo ${BASH_VERSINFO[@]}
4 2 45 1 release x86_64-redhat-linux-gnu