浏览代码

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


正在加载...
取消
保存