• Speiser0@feddit.org
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    2 days ago

    Think the other way around: What’s the use case for case insensitive file names? Does it justify the effort and complexity for the filesystem and the programs to know the difference between lower and upper space chars?

    • mindbleach@sh.itjust.works
      link
      fedilink
      arrow-up
      18
      arrow-down
      2
      ·
      edit-2
      2 days ago

      What’s the use case for case insensitive file names?

      Human comprehension.

      Readme, readme, README, and ReadMe are not meaningfully different to the average user.

      And for dorks like us - oh my god, tab completion, you know I mean Documents, just take the fucking d!

      • CrusherBiceps@discuss.tchncs.de
        link
        fedilink
        arrow-up
        7
        ·
        2 days ago

        In case you or others reading this don’t know: You can set bash’s tab-completion to be case-insensitive by putting

        set completion-ignore-case on

        Into your .inputrc (or globally /etc/inputrc)

      • h0rnman@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        For some extra fun, try interop between two systems that treat this differently. Create a SMB share on a Linux host, create a folder named TEST from a Windows client, then make Test, tEst, teSt, tesT, and test. Put a few different files in each folder on the Linux side, then try to manage ANY of it from the Windows client