mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 19:35:44 +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`
|
`screen`
|
||||||
|
|
||||||
|
- Start a new named screen session
|
||||||
|
|
||||||
|
`screen -S {{name}}`
|
||||||
|
|
||||||
- Show open screen sessions
|
- Show open screen sessions
|
||||||
|
|
||||||
`screen -ls`
|
`screen -ls`
|
||||||
|
|
Loading…
Add table
Reference in a new issue