Showing posts with label find in windows. Show all posts
Showing posts with label find in windows. Show all posts

Monday, April 18, 2011

Alternative to "grep" command in Windows

Hi all,

I have shifted from ubuntu and started using windowsXP. When I tried to use the grep command in windows, it throws the error

Instead of using grep, we can use find
gem list|find "rails"

rails (3.0.10)

Cheers,
Vadivelan