renamer: Globbing doesn't do recursion
To get recursion, I have to add an additional /**
per directory level. So for a directory nested four levels in, I have to target **/**/**/**
. Is this expected behavior? I’m on Windows, but I do everything in the bash - globbing always works as expected.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 16 (7 by maintainers)
Here is the output: