Pārlūkot izejas kodu

fix: branch conditional

pull/7/head
Carlos Alexandro Becker pirms 5 gadiem
committed by GitHub
vecāks
revīzija
23458cd9a1
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      README.md

+ 2
- 1
README.md Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt