Well who uses powershell? Common people open command prompt and it doesn’t support ls.
Comment on roll for perception
fleem@piefed.zeromedia.vip 8 hours agoheck, you’re right.
also dir works on linux, (i am finding out as we speak)
This meme is education bait!
Magnum@infosec.pub 7 hours ago
woelkchen@lemmy.world 39 minutes ago
Well who uses powershell? Common people open command prompt and it doesn’t support ls.
Windows Terminal defaults to PowerShell since a while.
marcos@lemmy.world 6 hours ago
Oh, man, don’t.
Powershell is so less worse, it does not even compare.
suxen_tsihcrana@anarchist.nexus 6 hours ago
I can tell it’s been a while since you used windows 😁.
Some of its are forced to btw.
Modern “command prompt” on windows is called Terminal and supports both PowerShell and CMD commands.
Appoxo@lemmy.dbzer0.com 5 hours ago
And will open Ps by default unless configured otherwise.
Magnum@infosec.pub 5 hours ago
I will try it at work tomorrow.
numerator3962@fedinsfw.app 7 hours ago
Who is the “common person” listing directory contents via the command line instead of the explorer window?
suxen_tsihcrana@anarchist.nexus 6 hours ago
Tech workers
woelkchen@lemmy.world 32 minutes ago
Tech workers
I don’t. No that this has to be true for others but I use the command line for
ping,ipconfig, andwinget.
elvith@feddit.org 5 hours ago
You could define Powershell as the default shell in Windows 10, so that you wouldn’t need to explicitly invoke it every time - although, which (non-technical) user does this?
Windows 11 changed the default to Powershell so that you’ll always land in Powershell and need to invoke the old CMD explicitly. Also the new Terminal (optional in Win10, Default in Win11) defaults to Powershell.
blackbeans@lemmy.zip 3 hours ago
Powershell is starting to become more common. But simple directory listing is actually much faster in cmd as Powershell treats everything as an object while cmd just dumps the contents as text.