On 19/06/10 03:03, MJ Ray wrote:
My first thought was to reach for tar, but that wasn't quite what was asked.
I would certainly prefer the images to be moved to a new directory, but I haven't found a good way to do that yet!
Something along the lines of tar -c --remove-files some/file/with/path | tar -x .. would probably do what I need (doing it one file at a time avoids the need to duplicate several hundred MB of files during the process). (Not tested, and I'd need some additional options to put the destination path in there somewhere.)