On 07/28/2018 12:56 PM, Brandon Allbery wrote:
You can control where run() sends things.

Hi Brandon,

I adore the run command.

In this particular instance (curl's progress meter, which is
written to STDERR), I want STDERR to write to the shell, but
want to collect STDIN and the return code.

   curl xxxx; echo $?

will send both to STDIN, which I can easily deal with.

-T

Reply via email to