if you change the grep option -e with -E you can use more advanced regexp like (foo|bar) or foo.*bar to inlcude just lines that contains foo OR bar strings or, in the second case, foo AND bar useful in very big syslog files ;).
It will be nice to have an help page with some examples like those, and the possibility to save some searches
if you change the grep option -e with -E you can use more advanced regexp like (foo|bar) or foo.*bar to inlcude just lines that contains foo OR bar strings or, in the second case, foo AND bar useful in very big syslog files ;). It will be nice to have an help page with some examples like those, and the possibility to save some searches