Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My main complaint with PowerShell is that you can't pipe one command to another.


What do you mean? You can do stuff like this:

ps | where { $_.name -like "*host" } | foreach { $_.id | out-host }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: