df: add Tamil translation (#8490)

I skipped translating the last command as it is difficult to translate and to be understood by the user.
This commit is contained in:
K.B.Dharun Krishna
2022-09-18 20:42:25 +05:30
committed by GitHub
parent 4987d8c0d4
commit c3f2c81b14

24
pages.ta/common/df.md Normal file
View File

@@ -0,0 +1,24 @@
# df
> கோப்பு முறைமை வட்டு இட உபயோகத்தின் மேலோட்டத்தை அளிக்கிறது.
> மேலும் விவரத்திற்கு: <https://www.gnu.org/software/coreutils/df>.
- அனைத்து கோப்பு முறைமைகளையும் அவற்றின் வட்டு பயன்பாட்டையும் காண்பி:
`df`
- அனைத்து கோப்பு முறைமைகளையும் அவற்றின் வட்டு பயன்பாட்டையும் மனிதர்கள் படிக்கக்கூடிய வடிவத்தில் காண்பி:
`df -h`
- கொடுக்கப்பட்ட கோப்பு அல்லது கோப்பகத்தைக் கொண்ட கோப்பு முறைமை மற்றும் அதன் வட்டு பயன்பாட்டைக் காண்பி:
`df {{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`
- இலவச ஐனோட்களின் எண்ணிக்கையில் புள்ளிவிவரங்களைக் காண்பி:
`df -i`
- கோப்பு முறைமைகளைக் காண்பி ஆனால் குறிப்பிட்ட வகைகளை விலக்கவும்:
`df -x {{squashfs}} -x {{tmpfs}}`