Ver a proveniência

grep - new one-liner

- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray há 5 anos
ascendente
cometimento
48ac062592
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      README.md

+ 8
- 0
README.md Ver ficheiro

@@ -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 &nbsp;[<sup>[TOC]</sup>](#anger-table-of-contents)

##### Table of Contents


Carregando…
Cancelar
Guardar