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,
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
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
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
> --
>
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
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
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.
-