Andrés Ghigliazza wrote:
> Hi there,
> 
> It would be useful to me, that cp has an option to copy files
> alphabetical. Maybe this feature is not of general interest; in such a
> case, I could program this option (although there has been years since
> I developed something in C for the last time). In that case, would be
> it included in coreutils?, or it has not sense at all?.
> 
> The reason is, that there are some portable music players that, play
> the songs in the order that were copied to its flash memory.

find /src | sort | xargs cp --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