Rockbox mail archive
Subject: Re: new extension for talkbox directory clip: ".dirname.tbx"
From: Thomas Heuving (heuving_at_gmx.de)
Date: 2004-04-11
[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
Page was last modified "Jan 10 2012" The Rockbox Crew
|