mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
screen: Start a new deamon and log the output (#912)
This commit is contained in:
parent
6dd36ada23
commit
7870c6c4c7
@ -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…
Reference in New Issue
Block a user