this post was submitted on 13 Apr 2025
123 points (92.4% liked)
Linux
7032 readers
223 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The problem is the standard apps are just that - standard. I can hop onto any Redhat, Debian or Solaris 10 box at work and use ls, cat etc.
If I went all-in on some bespoke alternatives on my special snowflake machine, I'd constantly be going nuts entering incorrect commands on remote machines and losing efficiency. Then, I'd go back to just using the standard commands everywhere.
They're not though are they. Remember the pain of the last time you tried to write a portable
sed
then just gave up and used a `perl -pe'? That's real. We've all been there.