Timeline for How to rename files with same name as parent folder
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 21, 2019 at 11:19 | comment | added | cas | do your directories end in .mp4? if not, then there's no way the example rename commands I gave would rename directories. If directories as well as files can end in .mp4, then try changing the rename command to something like: rename -e '-f $_ && s/\(\d\d\d\d\)//' */*.mp4, or use rename's -d option. | |
| Aug 21, 2019 at 11:15 | comment | added | Hamza | I only got Folders name changed, mp4 files remained the same. And Folders with other text after (year) still remained. | |
| Aug 16, 2019 at 2:01 | history | answered | cas | CC BY-SA 4.0 |