Mercurial > audlegacy
view rename.sh @ 463:6af6627e14f5 trunk
[svn] Fork off the rcfile backend for conversion into an XML file-based preferences option using GMarkup. This does not work
yet...
author | nenolod |
---|---|
date | Wed, 18 Jan 2006 10:53:34 -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;