Explorar o código

bash: add --version

Waldir Pimenta %!s(int64=8) %!d(string=hai) anos
pai
achega
9ecfc2bd9d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/bash.md

+ 4 - 0
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`