1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 02:35:46 +02:00
tldr/pages.th/windows/cd.md
Vedant Yadav 9538a12740
add-appxpackage: add Hindi translation; pages.*: remove locale from Microsoft links (#11286)
* add-appxpackage: add Hindi translation

* pages.*: remove locale from Microsoft links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 23:59:28 +05:30

24 lines
851 B
Markdown

# cd
> แสดงชื่อหรือเปลี่ยนไดเร็กทอรีการทำงานปัจจุบัน
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>
- แสดงชื่อของไดเร็กทอรีปัจจุบัน:
`cd`
- ไปที่รูทของไดรฟ์ปัจจุบัน:
`cd \`
- ไปที่ไดเร็กทอรีในไดรฟ์เดียวกัน:
`cd {{ทาง\ไป\สารบบ}}`
- ไปที่พาเรนต์ของไดเร็กทอรีปัจจุบัน:
`cd ..`
- ไปที่ไดเร็กทอรีที่อยู่ต่างไดรฟ์:
`cd {{ทาง\ไป\สารบบ}} /d`