mirror of https://github.com/CrimsonTome/tldr.git
bash: add --version
parent
e0d884efeb
commit
9ecfc2bd9d
|
@ -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…
Reference in New Issue