this post was submitted on 19 Dec 2024
107 points (95.7% liked)

Linux

48698 readers
1128 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] UnfortunateShort@lemmy.world 5 points 5 days ago

fish is a nice shell

[–] trevor@lemmy.blahaj.zone 30 points 1 week ago (1 children)

I've been running fish from the development branch for about a year, and I'm happy to say that nothing about it feels like it's beta. It's rock-solid (IMO) and my favorite shell 🐟

[–] Laser@feddit.org 10 points 6 days ago (1 children)

Fish is a surprisingly good shell.

It's not POSIX compatible, but I don't really care, it only executes its own scripts / functions. It's not as innovative as elvish or nu, but it kind of does everything very conveniently and shell-y for lack of a better word – and it always seems so simple. It seems conservative in design, but the old concepts have been evolved in a very usable way. Something I can't say for all the other shells I've tried – at some point, it always gets awkward where fish is just elegant.

[–] Zykino@programming.dev 1 points 9 hours ago

I don't know elvish, but I can't get into nu. It is too different than what I learned (bash). I'm not sure I understand what they want to accomplish… Maybe I'm not the target, I use the shell to start commands as a dev, not as a devops or data guy…

I also had a hard time using fish the first time I tried it. But since the version on Debian 10 I re-tried and now the only thing to know is "put the arguments in quotes if you want the command to do globbing". With that you can use 99% of the commands you find on internet as is.