pwd: add Thai translation (#8798)
This commit is contained in:
12
pages.th/common/pwd.md
Normal file
12
pages.th/common/pwd.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pwd
|
||||
|
||||
> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่
|
||||
> ข้อมูลเพิ่มเติม: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่:
|
||||
|
||||
`pwd`
|
||||
|
||||
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks:
|
||||
|
||||
`pwd -P`
|
16
pages.th/linux/pwd.md
Normal file
16
pages.th/linux/pwd.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pwd
|
||||
|
||||
> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่
|
||||
> ข้อมูลเพิ่มเติม: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่:
|
||||
|
||||
`pwd`
|
||||
|
||||
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks:
|
||||
|
||||
`pwd --physical`
|
||||
|
||||
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยใช้ PWD จาก environment ถึงแม้ว่าจะรวม symlinks:
|
||||
|
||||
`pwd --logical`
|
Reference in New Issue
Block a user