💾 Archived View for freeshell.de › tldr › ack.gmi captured on 2022-04-28 at 18:03:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

ack

A search tool like grep, optimized for developers.
See also: `rg`, which is much faster.

More information.

ack "{search_pattern}"
ack --ignore-case "{search_pattern}"
ack -o "{search_pattern}"
ack --type={ruby} "{search_pattern}"
ack --type=no{ruby} "{search_pattern}"
ack --count --no-filename "{search_pattern}"
ack --count --files-with-matches "{search_pattern}"
ack --help-types
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY