From owner-freebsd-questions Thu Dec 20 15: 3:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdsl-216-36-101-146.dsl.chi.megapath.net (sdsl-216-36-101-146.dsl.chi.megapath.net [216.36.101.146]) by hub.freebsd.org (Postfix) with SMTP id D47CE37B41A for ; Thu, 20 Dec 2001 15:03:06 -0800 (PST) Received: (qmail 3892 invoked from network); 20 Dec 2001 23:03:27 -0000 Received: from apu.five.sight (HELO apu.five.sight.fivesight.com) (lucas@192.168.0.102) by wiggum.five.sight with SMTP; 20 Dec 2001 23:03:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15394.28222.697659.517407@apu.five.sight> Date: Thu, 20 Dec 2001 17:03:26 -0600 To: ann kok From: Lucas Bergman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: command diff In-Reply-To: <20011220211458.71963.qmail@web20109.mail.yahoo.com> References: <20011220211458.71963.qmail@web20109.mail.yahoo.com> X-Mailer: VM 6.96 under 21.4 (patch 5) "Civil Service" XEmacs Lucid Reply-To: lucas@slb.to Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ann kok writes: > ---------------------------------------------------------------------- > [root@mail /root]# diff test1 test2 > 1c1 > < 192.168.0.1 > --- > > 192.168.0.2 > ---------------------------------------------------------------------- > > What is the meaning of ---> 1c1 Replace row 1 in the first file with row 1 of the second file. The texinfo documentation with GNU diffutils has a good reference section on diff formats. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message