Created
November 9, 2016 12:49
-
-
Save samuell/a6684e5897c5d0399a02480b6f2ee0ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tmux list-sessions | |
no server running on /tmp/tmux-1000/default | |
$ tmux new-session -d -s TmuxTestSession | |
$ tmux list-sessions | |
0: 1 windows (created Wed Nov 9 13:49:04 2016) [80x23] | |
TmuxTestSession: 1 windows (created Wed Nov 9 13:49:04 2016) [239x66] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment