ack

Un tool di ricerca simile a grep, ottimizzato per programmatori. Vedi anche: rg, che è molto più veloce. Maggiori informazioni: https://beyondgrep.com/documentation.

ack "{{pattern_di_ricerca}}"

ack --ignore-case "{{pattern_di_ricerca}}"

ack -o "{{pattern_di_ricerca}}"

ack --type {{ruby}} "{{pattern_di_ricerca}}"

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

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

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

ack --help-types