I know that I can run tmux -V
to find the version of tmux
that is in my PATH
, but how can I get the version of tmux
that is currently running?
As pointed out in a comment, tmux -V
returns the version:
$ tmux -V
# tmux 1.8
Tested on Centos 7 and OSX 10.11.5.