Assaf Gordon wrote:
> Hello,
> 
> I'd like to suggest a small feature for 'join':
> 
> "--header" makes join join the first line from each file regardless of
> the join field and ordering.
> This allows joining files which have header lines in them.
> 
> Example:
> ===============
> $ cat 1.txt
> ID    Color    Name
> 1    green    Alice   
> 2    red    Bob
> 3    blue    Carol
> 4    black    Dave
> 
> 
> $ cat 2.txt
> ID    Age
> 2    55
> 4    24

I like that.

cheers,
Pádraig.


Reply via email to