PowerShell Select-String – UNIX Grep Equivalent
UNIX Terminal commands can really speed things up, take grep for example if you are not sure of where you put a file or if some text is in a file you can run a simple command like this. Find all references to “www.domain.com” PowerShell has a similar command If you don’t want to show…