mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
bash: add --version
This commit is contained in:
parent
e0d884efeb
commit
9ecfc2bd9d
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue