On 18/04/2006, at 5:00 PM, Ben Stringer wrote:

On Mon, 2006-04-17 at 09:20 +1000, Sam Lawrance wrote:


find /photos -name '*.jpg' -exec mv '{}' /newphotos \;

Beware with this method, if any photos have the same filename, the first
ones moved will be clobbered by the last move.

As they would with any method using 'mv' ... but I suppose the OP knows that, since it's exactly what he asked for.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to