minor fixes

- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray 2019-04-09 09:00:48 +02:00
parent 48ac062592
commit f3846c26ee
1 changed files with 1 additions and 1 deletions

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