Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
david.wurm
/
InternetServicesBook
mirror da
https://github.com/trimstray/the-book-of-secret-knowledge
Segui
1
Vota
0
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
grep - new one-liner
- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray
5 anni fa
parent
72b45043e6
commit
48ac062592
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+8
-0
README.md
+ 8
- 0
README.md
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva