Skip to content

shlomif/ack

 
 

Repository files navigation

ack is a grep-like tool optimized for working with large trees of source code.

ack is not intended to be a general-purpose replacement for grep. ack is for searching source code of defined file types. For searching other files, you may want to stick with grep.

DEPENDENCIES

File::Next
    https://github.com/petdance/file-next

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

You can look for information at:

COPYRIGHT AND LICENSE

Copyright 2005-2010 Andy Lester.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

About

A replacement for grep for programmers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 95.7%
  • Shell 1.5%
  • Parrot 1.0%
  • Ruby 0.8%
  • C 0.7%
  • Fortran 0.2%
  • JavaScript 0.1%