ack

டெவலப்பர்களுக்காக உகந்ததாக grep போன்ற ஒரு தேடல் கருவி. மேலும் பார்க்கவும்: rg, இது மிகவும் வேகமானது. மேலும் விவரத்திற்கு: https://beyondgrep.com/documentation.

ack "{{தேடல்_முறை}}"

ack --ignore-case "{{தேடல்_முறை}}"

ack -o "{{தேடல்_முறை}}"

ack --type {{ruby}} "{{தேடல்_முறை}}"

ack --type no{{ruby}} "{{தேடல்_முறை}}"

ack --count --no-filename "{{தேடல்_முறை}}"

ack --count --files-with-matches "{{தேடல்_முறை}}"

ack --help-types