echo > /dev/null
#Don't overwrite existing files
# elif [ -f "${newname}" ]; then
-# echo "${oldname} not converted, file ${newname} already exists" 2>&1
+ echo "${oldname} not converted, file ${newname} already exists" 2>&1
#Don't move to subdirectories if they happen to exist
elif [ -d "${newname}" ]; then
-# echo "${oldname} not converted, directory ${newname} already exists" 2>&1
+ echo "${oldname} not converted, directory ${newname} already exists" 2>&1
#Do it
else
mv "${oldname}" "${oldname}.bak"