Re: Tool to compare directories and delete duplicate files from one directory

From: Alejandro Imass <aimass_at_yabarana.com>
Date: Wed, 17 May 2023 09:41:41 UTC
On Thu, May 4, 2023 at 5:53 PM Kaya Saman <kayasaman@optiplex-networks.com>
wrote:

> Hi,
>
>
> I'm wondering if anyone knows of a tool like diff or so that can also
> delete files based on name and size from either left/right or
> source/destination directory?
>
>
>
diff can also help. Look into -q -r (e.g. -bur etc.)