• Victor@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Thank God they went with file name extensions so we didn’t have to preface every source .txt file with header content to instruct the editor about what kind of content it would have.

      • cron@feddit.org
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        Because both ways are used. Microsoft relies on file names, linux on the first bytes of the file.

        • Consti@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 month ago

          Not quite correct. For html, that is to signal standard compliance, you can leave it away and the browser will still handle it. For the bash one, all (most) shell scripts use .sh, so you need to give a shebang to tell the loader which executable (sh, bash, zsh, csh, …) to use

          Also on Linux xdg does take file extensions into account, just executables do not