On Thu, Mar 19, 2009 at 13:28, Stestagg <[email protected]> wrote:

> Someone asked me today how to do this in Fish:
>
> command 2>&1 | tee log.txt
>
> i.e. pipe both stdout and stderr into the stdin of a subprocess.
>

Doesn't work for me either.  But this does:

command >&2 ^| tee log.txt


> and it seems that this is not possible (easily anyway) in fish.  Is
> this the sort of thing that would be easy to implement?
>
> The first way should also work.  Bug?

-- 
Beni <[email protected]> (I read email only on weekends)
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to