bash q

bash q

Erez D erez0001 at gmail.com
Thu Jun 20 16:08:01 IDT 2013


On Thu, Jun 20, 2013 at 4:01 PM, Erez D <erez0001 at gmail.com> wrote:

> how can i pipe one command to another and get the return value from the
> first
>
> e.g.
> make | tee log ; x=$?
>
> x holds the return value of 'tee'
> however i want the return value of 'make'
>
>
> any idea ?
>
>
> i should have searched better ...

i found it using $PIPESTATUS[0] ...


cheers,
erez.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.huji.ac.il/pipermail/linux-il/attachments/20130620/d910bf2f/attachment.html>


More information about the Linux-il mailing list