Re: Tool to compare directories

2013-01-29 Thread Roberto Ragusa
On 01/28/2013 12:49 PM, Paul Smith wrote: > Dear All, > > Could you please advise me on a tool to compare two directories? That > is a tool able to identify the files of the first directory that are > missing in the second one? > > Thanks in advance, meld. it is a graphical file diffing utility,

Re: Tool to compare directories

2013-01-28 Thread Suvayu Ali
On Mon, Jan 28, 2013 at 03:34:54PM +, Patrick O'Callaghan wrote: > On Mon, 2013-01-28 at 15:32 +0100, Suvayu Ali wrote: > > On Mon, Jan 28, 2013 at 06:16:16AM -0600, Bruno Wolff III wrote: > > > On Mon, Jan 28, 2013 at 11:49:29 +, > > > Paul Smith wrote: > > > >Dear All, > > > > > > > >C

Re: Tool to compare directories

2013-01-28 Thread Patrick O'Callaghan
On Mon, 2013-01-28 at 15:32 +0100, Suvayu Ali wrote: > On Mon, Jan 28, 2013 at 06:16:16AM -0600, Bruno Wolff III wrote: > > On Mon, Jan 28, 2013 at 11:49:29 +, > > Paul Smith wrote: > > >Dear All, > > > > > >Could you please advise me on a tool to compare two directories? That > > >is a tool

Re: Tool to compare directories

2013-01-28 Thread Jack Craig
i use the attached.. On Mon, Jan 28, 2013 at 3:49 AM, Paul Smith wrote: > Dear All, > > Could you please advise me on a tool to compare two directories? That > is a tool able to identify the files of the first directory that are > missing in the second one? > > Thanks in advance, > > Paul > -- >

Re: Tool to compare directories

2013-01-28 Thread Suvayu Ali
On Mon, Jan 28, 2013 at 06:16:16AM -0600, Bruno Wolff III wrote: > On Mon, Jan 28, 2013 at 11:49:29 +, > Paul Smith wrote: > >Dear All, > > > >Could you please advise me on a tool to compare two directories? That > >is a tool able to identify the files of the first directory that are > >miss

Re: Tool to compare directories

2013-01-28 Thread Jens Neu
On 28.01.2013 13:49, Paul Smith wrote: Could you please advise me on a tool to compare two directories? That is a tool able to identify the files of the first directory that are missing in the second one? fdupes is also worth to look at... -Jens -- users mailing list users@lists.fedoraproject

Re: Tool to compare directories

2013-01-28 Thread Bruno Wolff III
On Mon, Jan 28, 2013 at 11:49:29 +, Paul Smith wrote: Dear All, Could you please advise me on a tool to compare two directories? That is a tool able to identify the files of the first directory that are missing in the second one? You can use diff -r to recursively compare directories. -