Преглед изворни кода

fix: branch conditional

pull/7/head
Carlos Alexandro Becker пре 5 година
committed by GitHub
родитељ
комит
23458cd9a1
No known key found for this signature in database GPG Key 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


Loading…
Откажи
Сачувај