It would copy all the albums in alphabetical order, to the same target
directory!!. I am interested in having the same directories structure
in the player too, i.e: artist1/album1, etc.



On 6/19/07, Matthew Woehlke <[EMAIL PROTECTED]> wrote:
Andrés Ghigliazza wrote:
> I use wildcards for copying alphabetical, but it would be much more
> easy to copying alphabetical with -r option.

...and Pádraig Brady wrote:
find /src | sort | xargs cp --target-directory=/flash

How does that not accomplish what you want?

--
Matthew
"Five is right out!"
   -- Cleric (from Monty Python's Quest for the Holy Grail)



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to