Kaynağa Gözat

fixed branching conditional example

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

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

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


Yükleniyor…
İptal
Kaydet