Same thing if I use pattern replacement like ${BLAH/#+(0)/}
Yes, I could just use sed or something for this, but now this is bothering me. It should work?
(I really just need it to not treat numbers like goddamn octal for filenames that often have leading zeroes)
@SomeEgrets Locale or character set differences?
Also no, I'm not going to do it in another language.
This is trivial automation scripting for a cron job, I just have to make sure the processing toolchain doesn't run on files before certain conditions are met.