On Fri, 12 Sep 2008 11:45:43 -0500
"Jack L. Stone" <[EMAIL PROTECTED]> wrote:

> Sorry to be a bother on this again, it is the shell issue. Is anyone
> running the csh (or tcsh) shell and know what the syntax should be to
> make this work? It works in the borne shell (sh). I've read the man
> pages on the shells but no joy with various efforts:
> 
> (this is sh) spamassassin -D --lint 2>&1 | grep database
> (what for csh?) spamassassin -D --lint ?commands?

Try: spamassassin -D --lint |& grep database

My tcsh man page only refers to stderr as "diagnostic output."

> Thanks again,
> Jack

-- 
Ben Winslow <[EMAIL PROTECTED]>

Reply via email to