Thursday, December 07, 2006

Basic Grep in Windows!

Only just found this, but if you want to grep a directory in windows for a certain string, you can use find:

dir | find "String"

...in this case will ist anythign with String in the name...

Very useful... (I'm sure it can do much more, but i'll add as i find - sorry for the pun!)

No comments: