this post was submitted on 10 May 2024
88 points (96.8% liked)
Linux
47946 readers
1563 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by AlpΓ‘r-Etele MΓ©der, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This comment is awesome! Just want to add some things.
There are some better alternatives for the commands you listed. For example fd for
find
and ripgrep forgrep
.There's a command line alternative for QDirStat called
ncdu
(https://dev.yorhel.nl/ncdu), as well as a (in my opinion) better graphical application called Filelight.First, I don't disagree with that, but I'm always conflicted. Like, eza is better than ls. Atuin is magic history search. btop/fish/helix etc. etc. etc. But for just getting started I almost want to discourage finding alternative tools. But I also don't lol.
Also, I am 99.9% certain this exchange is how most distros get started. "We can do a more sensible set of defaults!"
sl is the single best utility, hands down
I just think that these new, fancy applications are more user-friendly, because they are often easier to use, are faster and often have things like colored output. Sure, the GNU coreutils are old and reliable, and can be found on almost every system, making them great for scripts, but for normal, interactive CLI usage I prefer the modern alternatives.
There are always exotic alternative commands, but those were the standards.
Always learn the standard commands.
But
find
is sloooow.fd
is so much faster, because it's written in Rust and optimized for performance.But you can always count on find being there on any unix system. Fancy exotic commands may have nicer speeds or options, but they'll only be there on your machine. And one day you'll be on another, and you'll be lost.