ack

Un outil de recherche comme grep, optimisé pour les développeurs. Regardez aussi : rg, qui est beaucoup plus rapide. Plus d'informations : https://beyondgrep.com/documentation.

ack "{{motif_de_recherche}}"

ack --ignore-case "{{motif_de_recherche}}"

ack -o "{{motif_de_recherche}}"

ack --type {{ruby}} "{{motif_de_recherche}}"

ack --type no{{ruby}} "{{motif_de_recherche}}"

ack --count --no-filename "{{motif_de_recherche}}"

ack --count --files-with-matches "{{motif_de_recherche}}"

ack --help-types