1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

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:
`bash -s`
- Print the version information of bash (use `echo $BASH_VERSION` to show just the version string):
`bash --version`