diff options
Diffstat (limited to 'system/ack/README')
-rw-r--r-- | system/ack/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/ack/README b/system/ack/README new file mode 100644 index 000000000000..f6b9f1394eb0 --- /dev/null +++ b/system/ack/README @@ -0,0 +1,9 @@ +ack (grep for coders) + +ack is a tool like grep, optimized for programmers. +Designed for programmers with large heterogeneous trees of source +code, ack is written purely in portable Perl 5 and takes advantage +of the power of Perl's regular expressions. + +This script packages the all-in-one version, including inside all +the needed dependencies. |