Re: [Tutor] Files Merging

2012-10-11 Thread Sunil Tech
Thanks all for your immediate responses :) On Thu, Oct 11, 2012 at 6:20 PM, Joel Goldstick wrote: > On Thu, Oct 11, 2012 at 8:30 AM, eryksun wrote: > > On Thu, Oct 11, 2012 at 7:13 AM, Sunil Tech > wrote: > >> > >> text1 contains > >> This is from Text1 --- 1st line > >> > >> > >> text2 co

Re: [Tutor] Files Merging

2012-10-11 Thread Joel Goldstick
On Thu, Oct 11, 2012 at 8:30 AM, eryksun wrote: > On Thu, Oct 11, 2012 at 7:13 AM, Sunil Tech wrote: >> >> text1 contains >> This is from Text1 --- 1st line >> >> >> text2 contains >> This is from Text2 --- 1st line >> >> >> i want result in text3 like >> This is from Text1 --- 1st line

Re: [Tutor] Files Merging

2012-10-11 Thread eryksun
On Thu, Oct 11, 2012 at 7:13 AM, Sunil Tech wrote: > > text1 contains > This is from Text1 --- 1st line > > > text2 contains > This is from Text2 --- 1st line > > > i want result in text3 like > This is from Text1 --- 1st line > This is from Text2 --- 1st line > > but condition is "

Re: [Tutor] Files Merging

2012-10-11 Thread Sunil Tech
i used zip(), but it gives me result in list of tuples format. But i don't get in a exact expect format (as mentioned) no loopings are allowed. On Thu, Oct 11, 2012 at 5:30 PM, Dave Angel wrote: > On 10/11/2012 07:13 AM, Sunil Tech wrote: > > Hi all, > > > > Greetings to you... > > it been so he

Re: [Tutor] Files Merging

2012-10-11 Thread Dave Angel
On 10/11/2012 07:13 AM, Sunil Tech wrote: > Hi all, > > Greetings to you... > it been so helpful for me to go through your all mails & support & i wish > it still continues. > > I have two text files. > > text1 contains > > This is from Text1 --- 1st line > This is from Text1 --- 2nd line > This is

[Tutor] Files Merging

2012-10-11 Thread Sunil Tech
Hi all, Greetings to you... it been so helpful for me to go through your all mails & support & i wish it still continues. I have two text files. text1 contains This is from Text1 --- 1st line This is from Text1 --- 2nd line This is from Text1 --- 3rd line This is from Text1 --- 4th line This is