Add this example of tee usage to the tee docs please:
$ echo bla|tee /dev/tty|wc
bla
1 1 4
And tell what to do when not a tty.
("tee -" just creates ./- :-()_______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
