Re: [gentoo-user] comparing two complex directories

2009-10-30 Thread Joerg Schilling
Florian Philipp wrote: > James schrieb: > > All, > > > > I'm trying to find a good way to compare two complex directory > > structures to see what files differ. I've looked at a few different > > options: > > > > - rsync dry run (someone said this should work, but I'm having trouble > > getting

Re: [gentoo-user] comparing two complex directories

2009-10-30 Thread Florian Philipp
James schrieb: > All, > > I'm trying to find a good way to compare two complex directory > structures to see what files differ. I've looked at a few different > options: > > - rsync dry run (someone said this should work, but I'm having trouble > getting good information out of this) > - diff -rq

Re: [gentoo-user] comparing two complex directories

2009-10-29 Thread James Ausmus
On Thu, Oct 29, 2009 at 11:35 AM, James wrote: > All, > > I'm trying to find a good way to compare two complex directory > structures to see what files differ. I've looked at a few different > options: > > - rsync dry run (someone said this should work, but I'm having trouble > getting good infor

[gentoo-user] comparing two complex directories

2009-10-29 Thread James
All, I'm trying to find a good way to compare two complex directory structures to see what files differ. I've looked at a few different options: - rsync dry run (someone said this should work, but I'm having trouble getting good information out of this) - diff -rq (this works, but it's slooww