this post was submitted on 27 Sep 2024
98 points (81.8% liked)

Showerthoughts

29542 readers
1963 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] victorz 60 points 1 month ago (11 children)

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.

[–] [email protected] 7 points 1 month ago (7 children)

Why do I need to put that at the start of bash, desktop, and html files then?

[–] [email protected] 14 points 1 month ago (2 children)

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

[–] p_consti 20 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] [email protected] 5 points 1 month ago

You're right, my comment was oversimplified.

load more comments (4 replies)
load more comments (7 replies)