mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 21:46:03 +02:00
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:
parent
4987d8c0d4
commit
c3f2c81b14
1 changed files with 24 additions and 0 deletions
24
pages.ta/common/df.md
Normal file
24
pages.ta/common/df.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# df
|
||||||
|
|
||||||
|
> கோப்பு முறைமை வட்டு இட உபயோகத்தின் மேலோட்டத்தை அளிக்கிறது.
|
||||||
|
> மேலும் விவரத்திற்கு: <https://www.gnu.org/software/coreutils/df>.
|
||||||
|
|
||||||
|
- அனைத்து கோப்பு முறைமைகளையும் அவற்றின் வட்டு பயன்பாட்டையும் காண்பி:
|
||||||
|
|
||||||
|
`df`
|
||||||
|
|
||||||
|
- அனைத்து கோப்பு முறைமைகளையும் அவற்றின் வட்டு பயன்பாட்டையும் மனிதர்கள் படிக்கக்கூடிய வடிவத்தில் காண்பி:
|
||||||
|
|
||||||
|
`df -h`
|
||||||
|
|
||||||
|
- கொடுக்கப்பட்ட கோப்பு அல்லது கோப்பகத்தைக் கொண்ட கோப்பு முறைமை மற்றும் அதன் வட்டு பயன்பாட்டைக் காண்பி:
|
||||||
|
|
||||||
|
`df {{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`
|
||||||
|
|
||||||
|
- இலவச ஐனோட்களின் எண்ணிக்கையில் புள்ளிவிவரங்களைக் காண்பி:
|
||||||
|
|
||||||
|
`df -i`
|
||||||
|
|
||||||
|
- கோப்பு முறைமைகளைக் காண்பி ஆனால் குறிப்பிட்ட வகைகளை விலக்கவும்:
|
||||||
|
|
||||||
|
`df -x {{squashfs}} -x {{tmpfs}}`
|
Loading…
Add table
Reference in a new issue