ackUn 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 {{[-i|--ignore-case]}} "{{motif_de_recherche}}"
ack {{[-o|--output '$&']}} "{{motif_de_recherche}}"
ack {{[-t|--type]}} {{ruby}} "{{motif_de_recherche}}"
ack {{[-t|--type]}} no{{ruby}} "{{motif_de_recherche}}"
ack {{[-c|--count]}} {{[-h|--no-filename]}} "{{motif_de_recherche}}"
ack {{[-c|--count]}} {{[-l|--files-with-matches]}} "{{motif_de_recherche}}"
--type :ack --help-types