Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ echo $BASH_VERSION
  2. 4.2.37(1)-release
  3.  
  4. --verbose
  5. Equivalent to -v.
  6.  
  7. --version
  8.  
  9. bash -c 'echo $BASH_VERSION'
  10.  
  11. $ bash --version | head -1 | cut -d ' ' -f 4
Add Comment
Please, Sign In to add comment