bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cp alphabetical


From: Pádraig Brady
Subject: Re: cp alphabetical
Date: Tue, 19 Jun 2007 11:50:32 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061116)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]