From: Bob English <bob at ucla-locus> I don't think the '$ foo 2>&-' complaint is a valid one. It could be easily addressed either by '$ foo 2>& /dev/null' or by having the shell itself do the /dev/null connection when the user attempts to disconnect one of the standard outputs. --bob--