| In addition to not being a one-to-one port, Sudo for Windows is a completely unrelated command. > it does the same function which is to elevate a unprivileged command That's only one of the use cases of Sudo. Here's a description of Sudo from the official manual [1]: > sudo, sudoedit — execute a command as another user Sudo for Windows can't do that. It's mentioned in its FAQ: > the sudo command on Windows does not support running programs as other users Sudo for Windows is like a cat command that can't concatenate files or a touch command that doesn't update timestamps. [1]: https://www.sudo.ws/docs/man/1.8.18/sudo.man/ [2]: https://learn.microsoft.com/en-us/windows/sudo/ |
Oh, that's a good counter-example to your own point: 99% of people who use cat don't care about this functionality.