Stuart Clemons wrote:
>
> This newbie would like to compare two files, let's say File1 and File2. I
> want to put the difference from File2 only, into a new file, File3.
>
> For example:
>
> File1.txt
> oranges
> apples
> bananas
>
> File2.txt
> apples
> kiwi
> bananas
>
> The result I want for
Why not just use the diff command?
Man diff
Paul Kraus
---
PEL Supply Company
Network Administrator
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 07, 2004 3:22 PM
> To: [EMAIL PROTECTED]
> Subject: Question abou