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