From owner-freebsd-questions@FreeBSD.ORG Fri Oct 25 03:38:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA88F601 for ; Fri, 25 Oct 2013 03:38:20 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9922685 for ; Fri, 25 Oct 2013 03:38:19 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 5DC3F160B12 for ; Fri, 25 Oct 2013 10:29:03 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date:from :from:subject:subject:received:received:received; s=selector1; t=1382671742; x=1384486143; bh=SSvvqY5vQpXcHFPf4bh5J/r9w5u9F8iP oLWdoq8dgdw=; b=YuYxLjrPc7wtHoqVaFUkiQbOD+xj1d7KQqJPikwV16KKoTrD IsA5UwtAYnD4BANiVIZEtfrkp2FkRfMxw/1qYBca1AeHdMSClkyThpAAGn9tcmGx rCxUL+wyJf9veUzBBHfRAd2x6udct113Cb1tG+aQvjZ5Sd42i5aOaL+j0HU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FTc1q40HT3vx for ; Fri, 25 Oct 2013 10:29:02 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 97C73160B06 for ; Fri, 25 Oct 2013 10:29:02 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id r9P3T2kv095794; Fri, 25 Oct 2013 10:29:02 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) To: freebsd-questions@freebsd.org Subject: Remove duplicate images From: Olivier Nicole Date: Fri, 25 Oct 2013 10:29:02 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:38:20 -0000 Hi, Does it exist a tool in the ports that can help removing the duplicate images in a directory? Thanks, Olivier --