You are viewing a single thread.
View all comments View context
60 points

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.

permalink
report
parent
reply
48 points

<!DOCTYPE JAVASCRIPT>

permalink
report
parent
reply
8 points

Oh dear God

permalink
report
parent
reply
3 points

permalink
report
parent
reply
7 points

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

permalink
report
parent
reply
14 points

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

permalink
report
parent
reply
20 points
*

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

permalink
report
parent
reply
5 points

For shell scripts it’s because bash isn’t the only shell; if you leave out the shebang line, Ubuntu will run your script in Dash instead

permalink
report
parent
reply
4 points
*

For HTML, it’s to distinguish “standards mode” HTML from “quirks mode” HTML (which doesn’t need a header).

permalink
report
parent
reply
1 point

Nothing unless you want to serve them without some other way to see what file type they are.

You can run bash scripts with bash.

Don’t know what a desktop file is.

HTML has that because webservers used to not have auto media type detection and response headers.

permalink
report
parent
reply
4 points

.desktop files are a Linux/Unix thing. Basically, it’s a fancy shortcut, usually to an application, which allows specifying additional infos, like e.g. translated names.
In particular, the contents of the application menu are defined by just a folder filled with .desktop files.

https://en.wikipedia.org/wiki/Shortcut_(computing)#Unix

permalink
report
parent
reply

Showerthoughts

!showerthoughts@lemmy.world

Create post

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

  • All posts must be showerthoughts
  • The entire showerthought must be in the title
  • Posts must be original/unique
  • Be good to others - no bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia
  • Adhere to Lemmy’s Code of Conduct

Community stats

  • 5.8K

    Monthly active users

  • 947

    Posts

  • 8.8K

    Comments