find lib -name \*.bak -print|perl -lne 'chomp;$f=$_;s/\.bak$//;print "mv -v $f $_"'|sh