Mercurial > audlegacy
view rename.sh @ 1357:0675e21d50ea trunk
[svn] - m3u file should be written in locale encoding.
author | yaz |
---|---|
date | Thu, 29 Jun 2006 00:38:22 -0700 |
parents | cb178e5ad177 |
children |
line wrap: on
line source
files=$(grep libbeep * -Rl | xargs) for i in $files; do echo "==> $i" sed s:beep\/:audacious\/:g < $i > $i.new mv $i.new $i done;