windows: move Thai pages to correct folder (#11107)

This commit is contained in:
Sebastiaan Speck
2023-10-20 02:48:43 +02:00
committed by GitHub
parent 8722bc8f1c
commit de2a36293a
3 changed files with 0 additions and 0 deletions

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

@@ -0,0 +1,20 @@
# dir
> แสดงรายการเนื้อหาไดเรกทอรี
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/dir>
- แสดงเนื้อหาของไดเร็กทอรีปัจจุบัน:
`dir`
- แสดงเนื้อหาของไดเร็กทอรีปัจจุบัน:
`dir {{ทาง\ไป\สารบบ}}`
- แสดงเนื้อหาของไดเร็กทอรีปัจจุบัน, รวมถึงรายการที่ซ่อนอยู่:
`dir /A`
- แสดงเนื้อหาของไดเร็กทอรีที่กำหนด, รวมถึงรายการที่ซ่อนอยู่:
`dir {{ทาง\ไป\สารบบ}} /A`