Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
david.wurm
/
InternetServicesBook
espelho de
https://github.com/trimstray/the-book-of-secret-knowledge
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
há 5 anos
ascendente
0a0c6c8153
cometimento
f5ea604aa7
1 ficheiros alterados
com
7 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+7
-1
README.md
+ 7
- 1
README.md
Ver ficheiro
@@ -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>
```
___
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar