view rename.sh @ 1027:314665261dbe trunk

[svn] - If GTK is going to show its own search box for the JTF treeview, at least make it search the correct column
author nhjm449
date Thu, 11 May 2006 20:58:33 -0700
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;