Does anyone know if there is a version of grep for vista x64?
migrated from stackoverflow.com Sep 13 '09 at 18:43
This question came from our site for professional and enthusiast programmers.
|
A quick search brings those questions/answers : And those will point you to tools like PowerGREP, the Findstr tool that's bundled with windows, or cygwin -- or others ^^ | |||
|
feedback
|
|
| |||
|
feedback
|
|
I'd suggest considering the option of stepping slightly sideways: You can do the equivalent quite easily using powershell by pipelining a get-childitem into a select-string. Powershell is an impressive tool for playing with windows systems. | |||
|
feedback
|
|
In powershell:
This is just an example of one grep feature. There are other ways to do much more complex things as well. | |||
|
feedback
|
