1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 02:35:28 +02:00

rmdir: add Tamil translation (#8456)

* rmdir: add Tamil translation

* Fix translation

Changing words to make it sound better
This commit is contained in:
K.B.Dharun Krishna 2022-09-08 03:00:15 +05:30 committed by GitHub
parent 9661c8dc7c
commit 25410d3fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.ta/windows/rmdir.md Normal file
View file

@ -0,0 +1,16 @@
# rmdir
> ஒரு கோப்பகம் மற்றும் அதன் உள்ளடக்கங்களை அகற்றவும்.
> மேலும் விவரத்திற்கு: <https://docs.microsoft.com/windows-server/administration/windows-commands/rmdir>.
- வெற்று கோப்பகத்தை அகற்றவும்:
`rmdir {{அடைவிற்குப்/பாதை}}`
- ஒரு கோப்பகத்தையும் அதன் உள்ளடக்கங்களையும் மீண்டும் மீண்டும் அகற்றவும்:
`rmdir {{அடைவிற்குப்/பாதை}} /s`
- மீண்டும் மீண்டும் கேட்காமல் ஒரு கோப்பகத்தையும் அதன் உள்ளடக்கங்களையும் அகற்றவும்:
`rmdir {{அடைவிற்குப்/பாதை}} /s /q`