|
|
|
|
|
by Kukumber
1338 days ago
|
|
I personally don't count powershell as a shell, it's more like an interpreted/jit compiled .net interactive CLI 'shell', hence why it is slow to start and to run A shell is a program that takes your commands and send them to the OS, it doesn't compile anything |
|
bash is FAR slower than PowerShell, and it's interpreted.