ソースを参照

fixed branching conditional example

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

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

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


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