diff --git a/pages/common/bash.md b/pages/common/bash.md index 2e2aa97c4..eb9140e7b 100644 --- a/pages/common/bash.md +++ b/pages/common/bash.md @@ -18,3 +18,7 @@ - Run commands from STDIN: `bash -s` + +- Print the version information of bash (use `echo $BASH_VERSION` to show just the version string): + +`bash --version`