From: Marc Heiler Date: 2011-11-02T06:19:20+09:00 Subject: A ruby version of grep? I need a grep variant in pure ruby. Like the unix grep. It does not have to support many fancy things... Colours (so the result can be colourized) and recursive searching of files. The rest does not matter. Has anyone written such a class? I am asking before I write my own version of grep. -- Posted via http://www.ruby-forum.com/.