in reply to OT: what is grep command for and condition

Since this is a Perl site, here's a Perl solution (see perlrun):
tail -f access | perl -ne 'print if /mod/i and /del/i'

In the future, please use code tags for your code. See Writeup Formatting Tips.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.