pages.ta: update all outdated translations (#10247)

* pages.ta: update all outdated translation

* pages.ta/wget: fix linter error

* bugreportz: fix description in Tamil translation

* fdisk: remove transliteration in Tamil translation
This commit is contained in:
K.B.Dharun Krishna
2023-06-02 18:45:44 +05:30
committed by GitHub
parent 3be09d35e3
commit de7065209d
12 changed files with 94 additions and 11 deletions

View File

@@ -19,6 +19,10 @@
`cp -vR {{மூல/அடைவிற்குப்/பாதை}} {{நகல்/அடைவிற்குப்/பாதை}}`
- ஒரே நேரத்தில் பல கோப்புகளை ஒரு கோப்பகத்திற்கு நகலெடுக்கவும்:
`cp -t {{இலக்கு_அடைவுப்/பாதை}} {{பாதை/டு/கோப்பு1 பாதை/டு/கோப்பு2 ...}}`
- txt வகைப்பெயருடையக் கோப்புகளை ஊடாட்ட நிலையில் (ஏற்கனவே இருக்கும் கோப்புகள் மேலெழுதும் முன் உறுதிப்படுத்தக் கேட்கும்) நகலெடு:
`cp -i {{*.txt}} {{நகல்/அடைவிற்குப்/பாதை}}`
@@ -26,3 +30,7 @@
- நகலெடுக்கும் முன் குறியீட்டு இணைப்புகளைப் பின்பற்றவும்:
`cp -L {{இணைப்பு}} {{நகல்/அடைவிற்குப்/பாதை}}`
- முதல் வாதத்தை இலக்கு கோப்பகமாகப் பயன்படுத்தவும் (`xargs ... | cp -t <DEST_DIR>`):
`cp -t {{நகல்/அடைவிற்குப்/பாதை}} {{பாதை/டு/கோப்பு_அல்லது_அடைவு1 பாதை/டு/கோப்பு_அல்லது_அடைவு2 ...}}`