this post was submitted on 24 Mar 2025
32 points (100.0% liked)
Linux Questions
1550 readers
2 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
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
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.