浏览代码

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


正在加载...
取消
保存