Explorar el Código

fixed branching conditional example

pull/7/head
@trimstray hace 5 años
committed by GitHub
padre
commit
2447190fda
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      README.md

+ 1
- 2
README.md Ver fichero

@@ -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


Cargando…
Cancelar
Guardar