This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ping
Recipients
Date 2002-09-26.20:02:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45338

I think the trick is to put parens around just 'less'.
That way, 'less' is executed in a subshell, and the
first shell directs the stderr of the subshell to /dev/null.

Works for me on sunos5 and linux.

This behaviour all makes logical sense to me now --
it can all be explained by supposing that bash
directs any error messages to the stderr of the
command, whereas other kinds of sh direct error
messages to their own stderr.  Using a subshell
should make it quiet for everybody.

But then didn't have to use parens to get it to be
quiet in Linux (like Neal) -- so i don't know what's
different about our setups.
History
Date User Action Args
2007-08-23 15:15:24adminlinkissue612111 messages
2007-08-23 15:15:24admincreate