Projects tagged ‘grep’, ‘shell’, and ‘tools’


Jump to tag:

Projects tagged ‘grep’, ‘shell’, and ‘tools’

Filtered by Project Tags grep shell tools

Refine results Project Tags regexp (3) command_line (3) cli (3) unix (3) search (2) regex (2) programming (2) ruby (1) gnu (1) perl (1) development (1)

[3 total ]
1175

grep

   
Primary Language: C Licensed as: GNU General Public License 2.0

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

72

ack

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0

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 ... [More] , while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]

Metrics updated 11 Oct 08

0

Rak

 
Primary Language: Ruby

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