Grep for Windows 7?

homercles337

Diamond Member
Dec 29, 2004
6,340
3
71
Apparently MS didnt feel the need to offer a grep style search in Win7, and sadly wingrep is broken in Win7. Does anyone have any other ideas for grep in windows?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Or "find" although it's not nearly as capable as grep. Or the grep command from unxutils?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
How exactly is Powershell worse for interactive use?

It's been a while since I had to use it so I don't have a specific list. I guess from a purely capability standpoint it's better, but that doesn't make it a good shell. And while being able to run normal Windows CLI apps is nice it's pretty pointless since they emit text instead of .Net objects and so can't be in the normal PS pipeline.

What MS really needs to do is fix CSRSS and their terminal emulation. Not being able to dynamically resize the terminal window in the year 2009 should be downright embarrassing for them.