mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 02:35:46 +02:00

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