view rename.sh @ 555:c4d4bf876e3f trunk

[svn] update hungarian translation
author nenolod
date Wed, 01 Feb 2006 13:10:07 -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;