Selaa lähdekoodia

fixed branching conditional example

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

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

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


Ladataan…
Peruuta
Tallenna