• Swedneck@discuss.tchncs.de
    link
    fedilink
    arrow-up
    24
    arrow-down
    3
    ·
    9 months ago

    that’s not how language works though, in human language (i know this can be confusing) d and D are the same letter just in different forms.

    It’s one thing to have case sensitivity in programs doing data manipulation, that makes sense because you don’t want the program to accidentally use the wrong files without supervision.

    But when you have an interactive prompt you know what you’re doing, you can see if you entered the wrong directory, and you’re generally going to be working in directories that you have yourself organized.

    • 4am@lemm.ee
      link
      fedilink
      arrow-up
      5
      arrow-down
      3
      ·
      9 months ago

      Doesn’t tab completion solve this if there are no alternatives with matching case? sounds like a PBKAC