Mercurial > audlegacy
view rename.sh @ 1340:eaa1b6342e75 trunk
[svn] - itemtag buffer was too short. e.g. 256 bytes could hold only 28 url encoded kanji characters.
author | yaz |
---|---|
date | Tue, 27 Jun 2006 23:14:47 -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;