Search & Grep
Other
replaces grep
ack is designed as a replacement for grep for programmers. It searches recursively by default and ignores binary files and version control directories.
Install
brew
brew install ack
apt
apt install ack
Related Tools
ast-grep
A fast and polyglot tool for code structural search and rew…
grepThe classic Unix pattern matching utility
ripgrepBlazingly fast recursive search tool that respects gitignore
sadCLI search and replace with preview, powered by diff
sdIntuitive find & replace CLI, a sed alternative
The Silver SearcherA code searching tool similar to ack, but faster
ugrepUltra fast grep with interactive TUI, fuzzy search, and more