Why Are Bash Commands Simpler Than PowerShell?

0
3
Asked By TechyCat92 On

I've been using both Windows and Linux on my laptop, and I've noticed that using Linux's terminal with bash commands feels really straightforward. In contrast, I find the syntax of Windows PowerShell to be quite odd and complicated. So, I'm curious, why is it that bash commands seem to be so much simpler compared to what I encounter in PowerShell?

1 Answer

Answered By NerdyNinja47 On

PowerShell does have a lot of cool features, but honestly, the syntax can feel overcomplicated at times. I tried getting into it after seeing some posts from its developers that made it sound super useful. Then I dove in and thought, ‘Why is this such a mess?’ I realized I could just achieve the same things using .NET languages.

ScriptMaster21 -

Totally agree! PowerShell is neat in many ways, but I miss the old DIR and FIND styles from CMD, which I still use frequently.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.