Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
david.wurm
/
InternetServicesBook
espelhamento de
https://github.com/trimstray/the-book-of-secret-knowledge
Observar
1
Favorito
0
Fork
0
Código
Versões
0
Atividade
Ver código fonte
grep - new one-liner
- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray
5 anos atrás
pai
72b45043e6
commit
48ac062592
1 arquivos alterados
com
8 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+8
-0
README.md
+ 8
- 0
README.md
Ver arquivo
@@ -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 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### Table of Contents
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar