Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
david.wurm
/
InternetServicesBook
miroir de
https://github.com/trimstray/the-book-of-secret-knowledge
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Versions
0
Activité
Parcourir la source
grep - new one-liner
- signed-off-by: trimstray <trimstray@gmail.com>
pull/84/head
trimstray
il y a 5 ans
Parent
72b45043e6
révision
48ac062592
1 fichiers modifiés
avec
8 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+8
-0
README.md
+ 8
- 0
README.md
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer