mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2025-01-13 20:01:39 +01:00
minor fixes
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
48ac062592
commit
f3846c26ee
1 changed files with 1 additions and 1 deletions
|
@ -3079,7 +3079,7 @@ grep -v ^[[:space:]]*# filename
|
|||
egrep -v '#|^$' filename
|
||||
```
|
||||
|
||||
###### Show strings that begins with a dash/hyphen
|
||||
###### Show strings with a dash/hyphen
|
||||
|
||||
```bash
|
||||
grep -e -- filename
|
||||
|
|
Loading…
Reference in a new issue