Please enable JavaScript in your browser!
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
lea2501
/
guides
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
شاخه:
main
شاخهها
تگها
main
guides
/
sysutils
/
sysutils_egrep.md
sysutils_egrep.md
224 B
لینک دائمی
تاريخچه
خام
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