bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: foo | tee /dev/stderr | bar # << thanks!


From: Dale R. Worley
Subject: Re: foo | tee /dev/stderr | bar # << thanks!
Date: Mon, 06 Jul 2020 21:45:59 -0400

bug-bash@trodman.com writes:
>     foo | tee >(cat >&2) | bar

I do wonder how portable >( ... ) is in practice, versus the portability
of /dev/stderr.  Maybe I worry about the former because I'm not
practiced in named-FIFO programming and so think of it as non-universal.

Dale



reply via email to

[Prev in Thread] Current Thread [Next in Thread]