|
|
|
|
|
by Kukumber
1337 days ago
|
|
> bash is FAR slower than PowerShell, and it's interpreted. That's not true at all I have a demonstration that's very telling: time pwsh
time bash
Post your resultIt's sad that nowadays people do not understand the purpose of a shell |
|
The purpose of the shell, to me, is to
1. Remote management/system administration. 2. Application execution 3. Data modification in situ
And powershell does all 3 for me.
Lastly just typing bash/pwsh is a useless benchmark as I can make both run at wildly different speeds (bash .profile modification and pwsh -noprofile loading)