: 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
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
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,