view rename.sh @ 869:3e2375d5d216 trunk

[svn] A basic reenabling of the info dialog
author nemo
date Fri, 24 Mar 2006 11:04:06 -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;