ソースを参照

fix: branch conditional

pull/7/head
Carlos Alexandro Becker 5年前
committed by GitHub
コミット
23458cd9a1
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      README.md

+ 2
- 1
README.md ファイルの表示

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


読み込み中…
キャンセル
保存