> Date: Tue, 14 Oct 2014 11:10:32 +0100 > From: [email protected] (akhiezer) > To: BLFS Support List <[email protected]> > Subject: Re: [blfs-support] Made an Error in Preparing to Build NFS-Utils > > > > You _could_ get the bootscript tarballs referenced in those two > > > versions, untar them somewhere, and then diff the two trees to see > . > . > > > > Better yet, no need to put them into a file. Just pipe the diff command > > straight to vim, passing a flag for stdin. > > > > diff -Naur directory1 directory2 | vim -R - > > > > > *zdiff ? >
- ah, scrap that; (was forgetting that we use an aliased cmd here that does some extra stuff that's not handled directly by zdiff itself ... ). akh -- -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
