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
Merge branch 'caarlos0-patch-2' into develop
- signed-off-by: trimstray <trimstray@gmail.com>
pull/9/head
trimstray
há 5 anos
ascendente
8158fde545
23458cd9a1
cometimento
7f6e75bf9a
1 ficheiros alterados
com
2 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
+2
-1
README.md
+ 2
- 1
README.md
Ver ficheiro
@@ -632,7 +632,8 @@ unset HISTFILE && exit
###### Perform a branching conditional
```bash
true && { echo success;} || { echo failed; }
true && echo success
false || echo failed
```
###### Pipe stdout and stderr to separate commands
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar