From owner-freebsd-questions Thu May 18 13: 0: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id E9D6837B62A for ; Thu, 18 May 2000 12:59:57 -0700 (PDT) (envelope-from dmiller@search.sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id D0F99DD77; Thu, 18 May 2000 15:54:25 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id C2729DD76; Thu, 18 May 2000 15:54:25 -0400 (EDT) Date: Thu, 18 May 2000 15:54:25 -0400 (EDT) From: David Miller To: William Melanson Cc: Len Conrad , freebsd-questions@FreeBSD.ORG Subject: Re: file compare In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 18 May 2000, William Melanson wrote: > On Thu, 18 May 2000, Len Conrad wrote: > > % > % What's the command to compare 2 files? > > DIFF(1) GNU Tools DIFF(1) > > > NAME > diff - find differences between two files > Great for text files. Check out cmp and cksum if you're just checking to see if they're the same, and/or want to compare things over time, like whether a file has been hacked. --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message