Hacker News new | ask | show | jobs
by RobbiewOnline 1022 days ago
That's great

I'm pretty sure that you can achieve this..

grep -i -e "error" -e "warning" application.log

With the or/pipe, e.g ..

"error|warning"