I need to find in Perl source files lines containing bin/exim|SendEmail|Unformatted except of comment lines (lines starting with # with possible whitespace before).
I know how to do it with a pipeline of several invocations of FreeBSD grep command. Can it be done with only one grep (not a pipeline)?