[prev in list] [next in list] [prev in thread] [next in thread] 

List:       coreutils-bug
Subject:    bug#21919: tee enhancement
From:       Bernhard Voelker <mail () bernhard-voelker ! de>
Date:       2015-11-16 7:06:18
Message-ID: 5649806A.5020403 () bernhard-voelker ! de
[Download RAW message or body]

On 11/14/2015 05:00 PM, Tim Shaw wrote:
> What I would like to do is add a parameter to tee, "-2", that copies to stderr in \
> addition to stdout, just like "-" copies to stdout twice. So the code becomes
> echo big long complicated error message goes here | tee -2
> Simple, eh?

Having an additional option to refer to a certain file descriptor
sounds worthwhile and tempting.  OTOH, you can already refer to
/dev/stderr as a file name for the 2nd file descriptor already
on many/most systems:

  echo big long complicated error message goes here | tee /dev/stderr

Does this work for you?

> Where's the tee source? I know this would not be POSIX compliant, but it would work \
> for me, and I hate having to rewrite everything from scratch for trivial stuff like \
> this.

http://git.savannah.gnu.org/cgit/coreutils.git/tree/README-hacking

Have a nice day,
Berny


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic