ack

Een zoektool zoals grep, geoptimaliseerd voor ontwikkelaars. Bekijk ook: rg, dat is veel sneller. Meer informatie: https://beyondgrep.com/documentation.

ack "{{zoekpatroon}}"

ack {{[-i|--ignore-case]}} "{{zoekpatroon}}"

ack {{[-o|--output='$&']}} "{{zoekpatroon}}"

ack {{[-t|--type]}} {{ruby}} "{{zoekpatroon}}"

ack {{[-t|--type]}} no{{ruby}} "{{zoekpatroon}}"

ack {{[-c|--count]}} {{[-h|--no-filename]}} "{{zoekpatroon}}"

ack {{[-c|--count]}} {{[-l|--files-with-matches]}} "{{zoekpatroon}}"

ack --help-types