On Thu, 2008-09-11 at 07:53 -0500, Jack L. Stone wrote:
> Folks, I'm trying to capture/grep specific given info from the subject
> output, like this:
> 
> #spamassassin -D --lint | grep database
> 
spamassassin -D --lint 2>&1 | grep database

Reply via email to