From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outbound02.telus.net ([199.185.220.221] helo=priv-edtnes10.telusplanet.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1CLpJy-0002wM-00 for ; Sun, 24 Oct 2004 16:50:34 -0400 Received: from BOBERTINA ([199.126.215.49]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20041023164452.FXQM16326.priv-edtnes56.telusplanet.net@BOBERTINA> for ; Sat, 23 Oct 2004 10:44:52 -0600 Message-ID: <008001c4b91f$7c9aeff0$6400a8c0@BOBERTINA> From: "Lorne Webber" To: Date: Sat, 23 Oct 2004 10:43:55 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Cc: Subject: using diff X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 20:50:39 -0000 Do any of you know what command(s) I should use if I want to compare 2 files, to see what the differences are? say for example i have file 1 that contains the words dog and cat, in that order and file2 that has cat, mouse, dog, in that order what I want it to tell me is that the only difference is that file 2 has mouse, so regardless of order. i know diff is supposed to do something like this, but I want to know the file differences even if they aren't sorted. Thanks. Lorne