Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
lea2501
/
guides
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Gren:
main
Grenar
Taggar
main
guides
/
sysutils
/
sysutils_egrep.md
sysutils_egrep.md
224 B
Permalänk
Historik
Rå
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