ahmad_abdulghany
Advanced Member level 4
- Joined
- Apr 12, 2005
- Messages
- 1,206
- Helped
- 102
- Reputation
- 206
- Reaction score
- 22
- Trophy points
- 1,318
- Location
- San Jose, California, USA
- Activity points
- 11,769
Hello all,
I have a group of files have similar names, that is: 1001.mp3, 1002.mp3, ..., 1xxx.mp3 .. where xxx is only integers...
Now, can I using the MS-DOS command line, rename them all, from 1xxx.mp3 into xxx.mp3 only? How?
And, how can this be also done using Linux terminal?
i can make it easily using Matlab function movefile() together with loops, and i know that it will be done in similar manner in DOS or Linux Shell using move and mv functions, but how to do it with group of files not only one file??
Thanks in advance,
Ahmad,
I have a group of files have similar names, that is: 1001.mp3, 1002.mp3, ..., 1xxx.mp3 .. where xxx is only integers...
Now, can I using the MS-DOS command line, rename them all, from 1xxx.mp3 into xxx.mp3 only? How?
And, how can this be also done using Linux terminal?
i can make it easily using Matlab function movefile() together with loops, and i know that it will be done in similar manner in DOS or Linux Shell using move and mv functions, but how to do it with group of files not only one file??
Thanks in advance,
Ahmad,