This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
5 years ago
parent
0a0c6c8153
commit
f5ea604aa7
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
README.md
+ 7
- 1
README.md
View File
@@ -1970,7 +1970,13 @@ ___
###### Start screen in detached mode
```bash
screen -d -m [<command>]
screen -d -m <command>
```
###### Attach to an existing screen session
```bash
screen -r -d <pid>
```
___
Write
Preview
Loading…
Cancel
Save