Hi all,

I have 2 files comma delimited that I want to merge based on similarity of first and 
last entry
file1 looks like this
alpha,1,2,3,K
delta,3,4,5
file2 looks like this:
beta,2,3,4
alpha,33,22,35,K

the output I am looking for is:
alpha,1,2,3,33,22,35
basically I want to append content of a line of file 1 if the first element and last 
element
are same in both files is same .

Thanks for your help

I.S


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to