Refine results
cli (3)
command_line (3)
shell (3)
regexp (3)
tools (3)
search (2)
programming (2)
regex (2)
perl (1)
ruby (1)
development (1)
gnu (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 03 Sep 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 about 17 hours ago
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
java
c++
web
development
linux
php
library
python
programming
tools