Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
lea2501
/
guides
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
main
ブランチ
タグ
main
guides
/
sysutils
/
sysutils_egrep.md
sysutils_egrep.md
224 B
パーマリンク
履歴
Raw
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