Andrés Ghigliazza wrote:
> 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.

untested:

find /src | sort | xargs cp --parents --target-directory=/flash

Pádraig.


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

Reply via email to