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

fixed branching conditional example

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


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