mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 05:55:28 +02:00
Add another common use case for named sessions
This commit is contained in:
parent
1cee2776a3
commit
d5711a9507
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`screen`
|
||||
|
||||
- Start a new named screen session
|
||||
|
||||
`screen -S {{name}}`
|
||||
|
||||
- Show open screen sessions
|
||||
|
||||
`screen -ls`
|
||||
|
|
Loading…
Add table
Reference in a new issue