How often do you need to run the Command Prompt, PowerShell, or Windows Terminal as administrator on your Windows 11/10? For me what happens is, I often forget to ...
Have you ever heard of FINDSTR and Select-String? Select-String is a cmdlet that is used to search text & the patterns in input strings & files. It is similar to grep on Linux & FINDSTR on Windows. In ...