This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge branch 'caarlos0-patch-2' into develop
- signed-off-by: trimstray <trimstray@gmail.com>
pull/9/head
trimstray
6 years ago
parent
8158fde545
23458cd9a1
commit
7f6e75bf9a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
README.md
+ 2
- 1
README.md
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
Write
Preview
Loading…
Cancel
Save