I’m writing a script that finds filenames in a directory that only differ in case. Since I’m working with filesystems that are case insensitive sometimes, this is a pain to deal with and I’d rather rename the few files. But first I’ll have to find them 😉. Now, there might be some tool already that does this, but I enjoy the challenge.
I’m writing a script that finds filenames in a directory that only differ in case. Since I’m working with filesystems that are case insensitive sometimes, this is a pain to deal with and I’d rather rename the few files. But first I’ll have to find them 😉. Now, there might be some tool already that does this, but I enjoy the challenge.