mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 18:35:28 +02:00
screen: Start a new deamon and log the output (#912)
This commit is contained in:
parent
6dd36ada23
commit
7870c6c4c7
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`screen -S {{session_name}}`
|
||||
|
||||
- Start a new deamon and log the output to scrrenlog.x:
|
||||
|
||||
`screen -dmLS {{session_name}} {{command}}`
|
||||
|
||||
- Show open screen sessions:
|
||||
|
||||
`screen -ls`
|
||||
|
|
Loading…
Add table
Reference in a new issue