|
|
|
|
|
by WalterGR
4030 days ago
|
|
Even if you decided to re-invent all your UNIX scripts and tools
on PowerShell, you'd be missing most of the composable tools
that make UNIX what it is.
PowerShell's composability is based on piping objects rather than piping text.Do you mean that PowerShell can't achieve the same composability that can be achieved on Unix, or that PowerShell lacks for example `cut`? |
|
And this is especially egregious with the lack of a Swiss-army-chainsaw scripting language in .NET to begin with.