This website works better with JavaScript.
首頁
探索
說明
登入
david.wurm
/
InternetServicesBook
镜像来自
https://github.com/trimstray/the-book-of-secret-knowledge
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
grep - new one-liner
- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray
5 年之前
父節點
72b45043e6
當前提交
48ac062592
共有
1 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### Table of Contents
Write
Preview
Loading…
取消
儲存