We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a little test tree with a directory _1 and a subdirectory _2 inside that. Run RR recursively to rename chars in their names:
_1
_2
rename-regex\bin>md _1\_2 rename-regex\bin>rr * _ - /dirs /r /p _1 -> -1 (pretend) _1\_2 -> -2 (pretend) rename-regex\bin>rr * _ - /dirs /r _1 -> -1 _1\_2 -> -2 Could not rename _2
It is a wrong way to rename tree directories by a collected list when their paths are changed by previous lines!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make a little test tree with a directory
_1
and a subdirectory_2
inside that. Run RR recursively to rename chars in their names:It is a wrong way to rename tree directories by a collected list when their paths are changed by previous lines!
The text was updated successfully, but these errors were encountered: