You've already forked the-book-of-secret-knowledge-copy
@@ -3079,6 +3079,14 @@ grep -v ^[[:space:]]*# filename
|
|||||||
egrep -v '#|^$' 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)
|
#### Shell functions [<sup>[TOC]</sup>](#anger-table-of-contents)
|
||||||
|
|
||||||
##### Table of Contents
|
##### Table of Contents
|
||||||
|
|||||||
Reference in New Issue
Block a user