Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 257 Bytes

list-sessions.md

File metadata and controls

14 lines (10 loc) · 257 Bytes

List Sessions

Not sure if tmux is running or, if it is, which sessions are available? You can list all the currently running sessions right from the command-line.

$ tmux ls

This command is shorthand for:

$ tmux list-sessions