emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#9325: closed (document that "all bets are off if t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9325: closed (document that "all bets are off if the file contains non-unique join fields")
Date: Fri, 19 Aug 2011 10:19:01 +0000

Your message dated Fri, 19 Aug 2011 11:16:13 +0100
with message-id <address@hidden>
and subject line Re: bug#9325: document that "all bets are off if the file 
contains non-unique join fields"
has caused the GNU bug report #9325,
regarding document that "all bets are off if the file contains non-unique join 
fields"
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9325
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: document that "all bets are off if the file contains non-unique join fields" Date: Fri, 19 Aug 2011 04:29:32 +0800
Mention in the join(1) documents that "all bets are off if the file
contains non-unique join fields", e.g.,
a
b
b
c
Also mention if you get this email.



--- End Message ---
--- Begin Message --- Subject: Re: bug#9325: document that "all bets are off if the file contains non-unique join fields" Date: Fri, 19 Aug 2011 11:16:13 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0
On 08/18/2011 09:29 PM, address@hidden wrote:
> Mention in the join(1) documents that "all bets are off if the file
> contains non-unique join fields", e.g.,
> a
> b
> b
> c
> Also mention if you get this email.

non unique fields are supported

$ join <(printf "%s\n" 'a 1' 'b 2' 'b 3' 'c 4') <(printf "%s\n" a b c)
a 1
b 2
b 3
c 4

cheers,
Pádraig.


--- End Message ---

reply via email to

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