SLUG Mailing List ArchivesOn 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 firstones 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.