1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 22:15:42 +02:00
tldr/pages.th/linux/pwd.md
2022-10-10 06:38:13 +05:30

680 B

pwd

แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ ข้อมูลเพิ่มเติม: https://www.gnu.org/software/coreutils/pwd.

  • แสดงชื่อของไดเรกทอรีที่ทำงานอยู่:

pwd

  • แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks:

pwd --physical

  • แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยใช้ PWD จาก environment ถึงแม้ว่าจะรวม symlinks:

pwd --logical