|
|
|
|
|
by jevgeni
4033 days ago
|
|
Well, if it's a problem which Windows programers have, then it's not in their imagination, right? But that's nitpicking. The original article is about Powershell. So I could, for example, say that people who are only familiar with bash (etc.) wouldn't know that Powershell doesn't pipe text, but rather .NET objects. Hence one could go and do something awesome like > ps | where { $_.PM -gt 10240 } | sort PM -Descending
... and get all the running processes that take up more than 10MB of physical memory and are neatly sorted by one of the columns. And not even once did I grep.Your argument is basically that Unix is better, because Unix shells aren't CMD.EXE, which is absolutely true. Shockingly, Powershell isn't CMD.EXE also. I may have erred on the exact name of the logical fallacy, but it doesn't mean that there is no fallacy: valid views discarded based on the blind assumption of Unix's infallibility. Feels like it's 1999. |
|