Browse Source

add new one-liner to 'screen'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray 4 years ago
parent
commit
f5ea604aa7
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      README.md

+ 7
- 1
README.md View File

@@ -1970,7 +1970,13 @@ ___
###### Start screen in detached mode ###### Start screen in detached mode


```bash ```bash
screen -d -m [<command>]
screen -d -m <command>
```

###### Attach to an existing screen session

```bash
screen -r -d <pid>
``` ```


___ ___


Loading…
Cancel
Save