소스 검색

grep - new one-liner

- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray 5 년 전
부모
커밋
48ac062592
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      README.md

+ 8
- 0
README.md 파일 보기

@@ -3079,6 +3079,14 @@ grep -v ^[[:space:]]*# filename
egrep -v '#|^$' filename
```

###### Show strings that begins with a dash/hyphen

```bash
grep -e -- filename
grep -- -- filename
grep "\-\-" filename
```

#### Shell functions &nbsp;[<sup>[TOC]</sup>](#anger-table-of-contents)

##### Table of Contents


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