coreutils
[Top][All Lists]
Advanced

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

Re: bug#13389: echo command redhat linux OS


From: Eric Blake
Subject: Re: bug#13389: echo command redhat linux OS
Date: Tue, 08 Jan 2013 11:05:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

[adding the list]

On 01/08/2013 11:01 AM, Bernhard Voelker wrote:
> Hi Eric,
> 
> thanks, it seems like we understood Mohanad's question
> the same way ;-)
> 
> On 01/08/2013 06:50 PM, Eric Blake wrote:
>> join <(join <(cat -n one) <(cat -n two)) <(cat -n three)
> 
> My join (Git latest) only accepts FILE1 and FILE2,
> but not a third file. Did I miss something?

Yep - my level of parenthesis.  Your solution is the same as mine in
using two join processes, with the second using stdin produced by the
output of the first; I just nested them via bash <() process
substitution instead of pipes.

However, it does beg the question - is there any technical reason WHY
join must not accept more than two files?  It seems like that might be a
nice GNU extension.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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