1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.th/common/pwd.md

13 lines
456 B
Markdown
Raw Normal View History

2022-10-10 08:08:13 +07:00
# pwd
> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่
2023-07-14 09:50:02 +05:30
> ข้อมูลเพิ่มเติม: <https://www.gnu.org/software/coreutils/pwd>
2022-10-10 08:08:13 +07:00
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่:
`pwd`
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks:
`pwd -P`