pages.ta/*: update Tamil translation (#8467)

* Update Tamil translations

* Update Translation2

* Update git pages

* Fix linter error in git-clone.md
This commit is contained in:
K.B.Dharun Krishna
2022-10-01 01:30:17 +05:30
committed by GitHub
parent 9cc2261b28
commit 1f78c727c5
19 changed files with 118 additions and 70 deletions

View File

@@ -5,32 +5,32 @@
- கோப்பில் தேடு:
`grep "{{தேடுதொடர்}}" {{கோப்பு}}`
`grep "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}`
- தேடுகுறித்தொடரல்லா உருச்சரத்திற்குத் தேடு:
`grep --fixed-strings "{{உருச்சரம்}}" {{கோப்பு}}`
`grep --fixed-strings "{{உருச்சரம்}}" {{பாதை/டு/கோப்பு}}`
- அடைவிலும் சேய் அடைவுகளிலுமுள்ள இருமக் கோப்பல்லா அனைத்துக் கோப்புகளையும் தேடு; பொருத்தங்களின் வரி எண்ணைக் காட்டு:
`grep --recursive --line-number --binary-files={{without-match}} "{{தேடுதொடர்}}" {{அடைவ}}`
`grep --recursive --line-number --binary-files={{without-match}} "{{தேடுதொடர்}}" {{அடைவிற்குப்/பாதை}}`
- எழுத்துயர்நிலை கருதாது விரிவுபட்ட தேடுகுறித்தொடர்களுடன் (`?`, `+`, `{}`, `|` ஆகியவற்றைப் பயன்படுத்தலாம்) தேடு:
`grep --extended-regexp --ignore-case "{{தேடுதொடர்}}" {{கோப்பு}}`
`grep --extended-regexp --ignore-case "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}`
- ஒவ்வொருப் பொருத்தத்திற்கும் சூழ்ந்த, முந்தைய அல்லது பிந்தைய 3 வரிகளைக் காட்டு:
`grep --{{context|before-context|after-context}}={{3}} "{{தேடுதொடர்}}" {{கோப்பு}}`
`grep --{{context|before-context|after-context}}={{3}} "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}`
- ஒவ்வொருப் பொருத்தத்திற்கும் கோப்புப் பெயரையும் வரி எண்ணையும் காட்டு:
`grep --with-filename --line-number "{{தேடுதொடர்}}" {{கோப்பு}}`
`grep --with-filename --line-number "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}`
- தேடுதொடருக்குத் தேடு, ஆனால் பொருந்திய பகுதிகளை மட்டும் காட்டு:
`grep --only-matching "{{தேடுதொடர்}}" {{கோப்பு}}`
`grep --only-matching "{{தேடுதொடர்}}" {{பாதை/டு/கோப்பு}}`
- இயல் உள்ளீட்டில் தேடுதொடருக்குப் பொருந்தா வரிகளை மட்டும் காட்டு:
`cat {{கோப்பு}} | grep --invert-match "{{தேடுதொடர்}}"`
`cat {{பாதை/டு/கோப்பு}} | grep --invert-match "{{தேடுதொடர்}}"`