Update
This commit is contained in:
@@ -36,6 +36,14 @@ grep -l -r "brew" ./docs/
|
||||
|
||||
|
||||
|
||||
<u>Chercher dans tous les fichiers 'php' ou 'html' (et ignorer les dossiers '.git'):</u>
|
||||
|
||||
```bash
|
||||
grep pattern $(find . -name '*.php' -or -name '*.html' | grep -v .git)
|
||||
```
|
||||
|
||||
|
||||
|
||||
<u>Regex:</u>
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user