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
I tried to rename a number of .epub files. Seven to be precise.
In the course of renaming, I changed one existing file to another name and gave a new file that previous name. So essentially I had something like (condensed to two files):
ABC -> ABC1
BCD -> ABC
It complained that the renaming of BCD to ABC would overwrite existing files.
There were two issues with that:
it didn't include all renames performed
it wrongly concluded that the renaming of BCD to ABC would overwrite the file which -- in the same renaming session -- had been reassigned the name ABC1
Here's the actual output:
$ renamer *.epub
The following replacements overwrite existing files:
Циолковский Константин. На Луне - royallib.com.epub -> На Луне (Константин Циолковский).epub
Execute these renames?: Yes
The text was updated successfully, but these errors were encountered:
I tried to rename a number of
.epub
files. Seven to be precise.In the course of renaming, I changed one existing file to another name and gave a new file that previous name. So essentially I had something like (condensed to two files):
It complained that the renaming of
BCD
toABC
would overwrite existing files.There were two issues with that:
BCD
toABC
would overwrite the file which -- in the same renaming session -- had been reassigned the nameABC1
Here's the actual output:
The text was updated successfully, but these errors were encountered: