What are you working on? Any new ideas that you’re thinking about?

  • vfscanf()@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    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.