கோப்பில் தேடுகுறித்தொடர்களுடன் தேடு. மேலும் விவரத்திற்கு: https://www.gnu.org/software/grep/manual/grep.html.
grep "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}
grep --fixed-strings "{{உருச்சரம்}}" {{பாதை/டு/கோப்பு}}
grep --recursive --line-number --binary-files={{without-match}} "{{தேடுதொடர்}}" {{அடைவிற்குப்/பாதை}}
?
, +
, {}
, |
ஆகியவற்றைப் பயன்படுத்தலாம்) தேடு:grep --extended-regexp --ignore-case "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}
grep --{{context|before-context|after-context}}={{3}} "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}
grep --with-filename --line-number "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}
grep --only-matching "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}
cat {{பாதை/டு/கோப்பு}} | grep --invert-match "{{தேடுதொடர்}}"