Refine results
shell (3)
command_line (3)
cli (3)
unix (3)
tools (3)
search (2)
regex (2)
programming (2)
development (1)
gnu (1)
perl (1)
ruby (1)
Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Metrics updated 11 Oct 08
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * Searches recursively through directories by default
Metrics updated 11 Oct 08
A grep replacement in pure Ruby. Use Ruby regular expression syntax and get highlighted output. Automatically recurses directories and excludes .svn/ pkg/ etc. Based on the Perl tool ack by Andy Lester.
Metrics updated 24 Jul 08