Projects tagged ‘grep’, ‘regexp’, and ‘search’


Jump to tag:

Projects tagged ‘grep’, ‘regexp’, and ‘search’

Filtered by Project Tags grep regexp search

Refine results Project Tags programming (2) unix (2) shell (2) cli (2) command_line (2) tools (2) regex (2) utility (1) perl (1) ruby (1) recursive (1) development (1)

[3 total ]

98 Users
   

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. * ... [More] Searches recursively through directories by default, 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]
Created over 3 years ago.

0 Users

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.
Created about 1 year ago.

0 Users

Simple command line utility for grepping in JAR (WAR, EAR, SAR...) manifests. Utility allows you to use regular expressions. You can find for example Implementation-Version manifest entry for all ... [More] libraries (recursive) with single command. Written and runs on Java 1.5+ Njoy [Less]
Created 12 months ago.