I want to rename 200 files Actually each files is named liked this :
00001-abcd-efgg?g............. 00002-xcvb-vbnv?b............. 00003-cbvc-hugh?j............. Now I want to rename all this files like this :
001 002 003 ... So I need to remove the first 2 digit, and to remove also everything after the fifth digit. Warning : there's a " ? " in each file I want to rename.