Mercurial > audlegacy
view rename.sh @ 893:6afdd0d7e1e1 trunk
[svn] Make refreshing optional, default to disabled if Gnome VFS available.
author | nemo |
---|---|
date | Wed, 29 Mar 2006 07:35:54 -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;