this post was submitted on 14 Jan 2025
654 points (96.3% liked)
simpsonsshitposting
3032 readers
898 users here now
I just think they're neat!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.