From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <138575260907020754v6297aa3av13638f3d93cb0bfe@mail.gmail.com> Date: Thu, 2 Jul 2009 17:29:40 +0200 Message-ID: <138575260907020829h658bdbd6h301de67fa84a75bc@mail.gmail.com> From: hugo rivera To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Joining multicolumn files Topicbox-Message-UUID: 13b99470-ead5-11e9-9d60-3106f5b1d025 Thanks Russ. I have tryed it yet, but now I know where to start from. 2009/7/2, Russ Cox : > #!/bin/rc > awk 'BEGIN{ > for(;;){ > $0=""; > ok=getline x=$0; > if(!(getline break; > print x " " $0 > } > }' $1 $2 > > > Russ > > -- Hugo