ack better grep for programmers

ack is a tool like grep optimized for programmers.

ack show the matched files name only

On Debian/Ubuntu, you can install it with apt

apt install ack

To install from source, run

curl https://beyondgrep.com/ack-v3.0.2 > /usr/local/bin/ack && chmod 0755 /usr/local/bin/ack

For installing for just one user, run

curl https://beyondgrep.com/ack-v3.0.2 > ~/bin/ack && chmod 0755 ~/bin/ack

On RHEL/CentOS, you may need to install dependency

yum install perl-version

For the latest version, always check

https://beyondgrep.com/install/

ack grep for programmers

See grep

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *