Kaynağa Gözat

fix: branch conditional

pull/7/head
Carlos Alexandro Becker 5 yıl önce
committed by GitHub
ebeveyn
işleme
23458cd9a1
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      README.md

+ 2
- 1
README.md Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet