RE: removing duplicate lines across files.

2008-01-04 Thread Siva Prasad
: Thursday, January 03, 2008 4:04 PM To: Perl Beginners Subject: Re: removing duplicate lines across files. Siva Prasad wrote: > > Hi Gurus, Hello, > I want to remove duplicate lines across files. > > Below is the detailed problem, > > > I have file1

Re: removing duplicate lines across files.

2008-01-03 Thread Rob Dixon
Siva Prasad wrote: I want to remove duplicate lines across files. Below is the detailed problem, I have file1 file2,file3,file4,file5, The lines in file1 are there in file2,file3,file4,file5 I want to remove all the lines which are there in file1 from file2,file3,file4,file5. Can anyb

Re: removing duplicate lines across files.

2008-01-03 Thread John W. Krahn
Siva Prasad wrote: Hi Gurus, Hello, I want to remove duplicate lines across files. Below is the detailed problem, I have file1 file2,file3,file4,file5, The lines in file1 are there in file2,file3,file4,file5 I want to remove all the lines which are there in file1 from file2,file3,file4,