Sfoglia il codice sorgente

fix: branch conditional

pull/7/head
Carlos Alexandro Becker 5 anni fa
committed by GitHub
parent
commit
23458cd9a1
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      README.md

+ 2
- 1
README.md Vedi File

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


Caricamento…
Annulla
Salva