Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 21:48:04 +0000
From:      Gary Kline <kline@thought.org>
To:        Olivier Nicole <Olivier.Nicole@cs.ait.ac.th>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Remove duplicate images
Message-ID:  <20131024214804.GA26685@ethic.thought.org>
In-Reply-To: <wu7li1i111d.fsf@banyan.cs.ait.ac.th>
References:  <wu7li1i111d.fsf@banyan.cs.ait.ac.th>

next in thread | previous in thread | raw e-mail | index | archive | help
Organization: Thought Unlimited.  Public service Unix since 1986.
Of_Interest: With 27 years  of service  to the  Unix  community.

On Fri, Oct 25, 2013 at 10:29:02AM +0700, Olivier Nicole wrote:
> Hi,
> 
> Does it exist a tool in the ports that can help removing the duplicate
> images in a directory?
> 
> Thanks,
> 
> Olivier
> -- 


	how about usinf "find" to locate the file?  it has a builtin remove 
	syntax.  if not, then 

	find -name "imagefile"|xargs rm

	might would.

	gary


> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
             Twenty-seven years of service to the Unix community.
                            http://www.thought.org/HOPE





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131024214804.GA26685>