Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: new extension for talkbox directory clip: ".dirname.tbx"

Re: new extension for talkbox directory clip: ".dirname.tbx"

From: Thomas Heuving <heuving_at_gmx.de>
Date: Sun, 11 Apr 2004 22:20:21 +0200

[IDC]Dragon schrieb am Sat, 10 Apr 2004 11:36:16 +0200 (MEST):
> Linux has certainly ways to rename them recursively, but I'm no console
> warrior. Again, suggestions are welcome.

bash:
  for file in $(find /path/to/archos -name .dirname.mp3 -print)
  do
    mv $file $(echo $file | sed -e 's/mp3$/tbx/');
  done

Tschüß
-- 
Thomas Heuving
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on 2004-04-11

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy