Ver código fonte

fixed branching conditional example

pull/7/head
@trimstray 6 anos atrás
committed by GitHub
pai
commit
2447190fda
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      README.md

+ 1
- 2
README.md Ver arquivo

@@ -632,8 +632,7 @@ unset HISTFILE && exit
###### Perform a branching conditional

```bash
true && echo success
false || echo failed
your_command && { echo success;} || { echo failed; }
```

###### Pipe stdout and stderr to separate commands


Carregando…
Cancelar
Salvar