Mercurial > audlegacy
view rename.sh @ 862:5d3878484c4f trunk
[svn] memcmp since magic isn't a string
author | nemo |
---|---|
date | Thu, 23 Mar 2006 15:32:40 -0800 |
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;