windows/* : add Tamil translation (#9086)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Rohith ND
2022-10-17 08:12:38 +05:30
committed by GitHub
parent abfd806c50
commit 853a466e23
31 changed files with 730 additions and 0 deletions

20
pages.ta/windows/dir.md Normal file
View File

@@ -0,0 +1,20 @@
# dir
> அடைவு உள்ளடக்கங்களை பட்டியலிடுங்கள்.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>.
- தற்போதைய கோப்பகத்தின் உள்ளடக்கங்களைக் காட்டு:
`dir`
- கொடுக்கப்பட்ட கோப்பகத்தின் உள்ளடக்கங்களைக் காட்டு:
`dir {{அடைவிற்குப்/பாதை}}`
- மறைக்கப்பட்டவை உட்பட தற்போதைய கோப்பகத்தின் உள்ளடக்கங்களைக் காட்டு:
`dir /A`
- மறைக்கப்பட்டவை உட்பட கொடுக்கப்பட்ட கோப்பகத்தின் உள்ளடக்கங்களைக் காட்டு:
`dir {{அடைவிற்குப்/பாதை}} /A`