From: Chris Gehlker Date: 2006-08-23T08:32:28+09:00 Subject: Re: How to search Ruby files in Windows On Aug 22, 2006, at 12:03 PM, Jim Weirich wrote: > I have a little script called "fic" ... "Find In Code". Here it is: > > #!/usr/bin/env ruby > require 'rake' > FileList["**/*.rb"].egrep(Regexp.new(ARGV.first)) That's pretty cool too. -- No matter how far you have gone on the wrong road, turn back. -Turkish proverb