Hacker News new | ask | show | jobs
by taken11 5489 days ago
Windows has a CLI now?
1 comments

On the off chance you were NOT being snarky, yes. PowerShell is actually pretty great. A lot of bash-e-ness (I can 'ls' for example), and it's a really powerful programming enviornment.

I guess the easiest one-liner to describe it is: In bash, you can build tiny apps and pipe textual output from one to another.

In PowerShell, you can pipe objects.