Selaa lähdekoodia

fix: branch conditional

pull/7/head
Carlos Alexandro Becker 5 vuotta sitten
committed by GitHub
vanhempi
commit
23458cd9a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      README.md

+ 2
- 1
README.md Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna