Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
david.wurm
/
InternetServicesBook
mirror da
https://github.com/trimstray/the-book-of-secret-knowledge
Segui
1
Vota
0
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
5 anni fa
parent
0a0c6c8153
commit
f5ea604aa7
1 ha cambiato i file
con
7 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+7
-1
README.md
+ 7
- 1
README.md
Vedi 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>
```
___
Scrivi
Anteprima
Caricamento…
Annulla
Salva