The Duff CEO with a Windows-Logo on his forehead: “Gamers use Windows because of its’ user experience not our de facto monopoly.”
Next Image: Duff CEO with Windows-Logo in front of a “Out of Business” sign. Subtitle: “30 minutes after SteamOS is released”
Edit: Yo, I’m not saying this is gonna happen. I just want to say that Windew’s UX sucks ass.
That is pretty much my experience when I have to use a windows machine at work. Sorry, the powershell command is how long? Just got this from ChatGPT, no idea if it works and I am not booting windows to test it.
Bash: grep -iRl “test”
Powershell: Get-ChildItem -Recurse | Select-String -Pattern “test” -CaseSensitive:$false | Select-Object -ExpandProperty Path -Unique
Which is why people use the GUI for pretty much everything. Linux demands you use archaic commands to do anything useful.
Is there a decent way of doing that in the GUI in windows? One of the more common commands I use at work which is the only time I use Windows. Rather than the PowerShell I usually use WSL for it currently because there are usually a few other things I will want to do after as well.