On Wednesday 09 May 2007 08:20:02 Michel D'HOOGE wrote: > On Monday 07 May 2007 18:17:31 Pawel wrote: > > When I copy directory with some mp3 files to my mp3 player I want them be > > ordered by name, because my mp3 player gets them in the order saved in > > filesystem. > > I have the same issue with files copied to a compact flash memory card. The > embedded OS of the target hardware can only present the files in the order > they were copied. :-( > > The workaround I found is as follows: > - Open a Konsole (or whatever you want) > - Move all the files in a subfolder and back again > > mkdir tmp > mv * tmp > # Bash complains about copying tmp/ into itself > # - that's perfectly correct and without consequence > mv tmp/* . > rmdir tmp > > HTH Still reading? You could try FATSort. bye! ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.