mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 16:18:01 +00:00
Add List Sessions as a tmux til
This commit is contained in:
14
tmux/list-sessions.md
Normal file
14
tmux/list-sessions.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
|
||||
```bash
|
||||
$ tmux ls
|
||||
```
|
||||
|
||||
This command is shorthand for:
|
||||
|
||||
```bash
|
||||
$ tmux list-sessions
|
||||
```
|
||||
Reference in New Issue
Block a user