29
Is there any reason to use Powershell on Linux?
(lemmy.world)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
No
Powershell is a Microsoft Windows tool. You will see a lot of new Linux admins bring it over from Windows instead of using native tools. It does run but the functionality is very limited compared to other tools.
Genuine question, but how is functionally more limited? You can still run any executable, munge text outputs, and... Well, isn't that what just about any shell do?
On top of that, you can play with objects on the pipeline, which fewer shells support.
Edit: perhaps you mean in comparison to scripting tools, e.g. Python? I had read the OP to be asking more about it as a shell, I think.