Browse Source

minor fixes

- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray 5 years ago
parent
commit
f3846c26ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

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


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


```bash ```bash
grep -e -- filename grep -e -- filename


Loading…
Cancel
Save