$BASH_VERSINFO
–
Bash Version Information
$BASH_VERSINFO is an array and contains items, which define the version of Bash.
Links
Examples
- Print all items
1echo "${BASH_VERSINFO[@]}"
BashSupport Pro ist eine Bash IDE mit Unterstützung für $BASH_VERSINFO – probieren Sie es aus!