Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
lea2501
/
guides
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
main
guides
/
sysutils
/
sysutils_egrep.md
sysutils_egrep.md
224 B
Permalink
Verlauf
Originalformat
Search for multiple strings in files
$ egrep 'pattern1|pattern2' *.py
Pass the -i (ignore case) and --color option as follows too
$ egrep -wi --color 'warning|error|critical' /var/log/messages