this post was submitted on 15 Sep 2025
104 points (96.4% liked)

Linux

9406 readers
514 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

OC by @phantomwise@lemmy.ml

I've been trying nushell and words fail me. It's like it was made for actual humans to use! 🀯 🀯 🀯

It even repeats the column headers at the end of the table if the output takes more than your screen...

Trying to think of how to do the same thing with awk/grep/sort/whatever is giving me a headache. Actually just thinking about awk is giving me a headache. I think I might be allergic.

I'm really curious, what's your favorite shell? Have you tried other shells than your distro's default one? Are you an awk wizard or do you run away very fast whenever it's mentioned?

you are viewing a single comment's thread
view the rest of the comments
[–] cyborganism@lemmy.ca 28 points 1 day ago (3 children)

That's basically how Powershell works.

*ducks*

[–] Septimaeus 9 points 1 day ago

Most bash fans I’ve known carve out an exception for powershell from their overall critique of windows. Personally, I think it’s not a fair comparison considering how god fucking awful everything else is in windows, but I do agree that it’s a decent shell.

[–] e8d79@discuss.tchncs.de 16 points 1 day ago (3 children)

This might be unpopular in Linux spaces but I consider Powershell for the most part well designed. I think its better suited to writing scripts than bash, but worse at being an interactive shell.

[–] AdamBomb@lemmy.sdf.org 1 points 4 hours ago

A worse interactive shell than bash? No way, I find PowerShell closer to fish for interactive use.

[–] cyborganism@lemmy.ca 2 points 14 hours ago

It's essentially an object oriented shell. It's actually pretty good. But yeah, error outputs are a pain to read.

[–] victorz@lemmy.world 6 points 1 day ago

better suited to writing scripts than bash, but worse at being an interactive shell

And that's totally fine. Different tools for use cases. πŸ‘ŒπŸ’ͺ

[–] FizzyOrange@programming.dev 10 points 1 day ago (2 children)

Yeah it was inspired by Powershell. But it also has syntax that isn't completely awful.

[–] cyborganism@lemmy.ca 7 points 14 hours ago (1 children)

what-do-you-mean-awful-syntax ?

[–] FizzyOrange@programming.dev 4 points 12 hours ago

Ha-Ha -exactly

[–] stewie410@programming.dev 8 points 1 day ago

Doesn't look nearly as verbose either