Mercurial > audlegacy
view rename.sh @ 94:2801eda0683f trunk
[svn] Some routines here. Hehe.
author | nenolod |
---|---|
date | Tue, 01 Nov 2005 20:45:32 -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;