소스 검색

fixed branching conditional example

pull/7/head
@trimstray 5 년 전
committed by GitHub
부모
커밋
2447190fda
No known key found for this signature in database GPG 키 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


불러오는 중...
취소
저장