Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
lea2501
/
guides
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
guides
/
sysutils
/
sysutils_egrep.md
sysutils_egrep.md
224 B
Permalink
Cronologia
Originale
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