You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in """$@"""; do s[$cnt]=$i; d[$cnt]=`echo $i|perl -pe "$regex"`; if [[ ${s[$cnt]} == ${d[$cnt]} ]]; then continue; fi; echo -e "${s[$cnt]}\t->\t${d[$cnt]}"; ((cnt++)); done
if [[ $cnt -eq 1 ]]; then echo "No File Need Rename."; exit; fi
echo "----------Rename?-------------"
echo "Comfirm: press SPACE/ENTER. Other keys Cancel."