sudo apt-get install ack-grep
. -i
: Ignore case -l
: Print filename if match found --ignore-dir=DIR
and --noignore-dir=DIR
: ignore or add directories to search --type=TYPE
: Search for file type (for example if TYPE is cpp
, it searches *.cpp .cc .cxx .m .hpp .hh .h .hxx*, see ack --help-types
for more details) cpan App::Ack
perl -MCPAN -e "CPAN::Shell->force(qw(install App::Ack));"
sudo pacman -S ack