mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
Merge pull request #283 from TechplexEngineer/patch-1
Add another common use case for named sessions
This commit is contained in:
commit
6b83bba0e4
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