|
|
|
|
|
by rspeer
4033 days ago
|
|
Are you really asking why you can't substitute PowerShell for a UNIX shell? There is basically no way in which they are compatible. 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. And PowerShell as a user interface is quite poor compared to, say, a 15-year-old version of GNOME Terminal. |
|
Do you mean that PowerShell can't achieve the same composability that can be achieved on Unix, or that PowerShell lacks for example `cut`?