Merge branch 'caarlos0-patch-2' into develop

- signed-off-by: trimstray <trimstray@gmail.com>
pull/9/head
trimstray 2018-12-15 21:01:29 +01:00
commit 7f6e75bf9a
1 changed files with 2 additions and 1 deletions

View File

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