bash: add --version

This commit is contained in:
Waldir Pimenta
2016-09-01 14:31:38 +01:00
committed by GitHub
parent e0d884efeb
commit 9ecfc2bd9d

View File

@@ -18,3 +18,7 @@
- Run commands from STDIN: - Run commands from STDIN:
`bash -s` `bash -s`
- Print the version information of bash (use `echo $BASH_VERSION` to show just the version string):
`bash --version`