mirror of https://github.com/CrimsonTome/tldr.git
13 lines
457 B
Markdown
13 lines
457 B
Markdown
|
# pwd
|
||
|
|
||
|
> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่
|
||
|
> ข้อมูลเพิ่มเติม: <https://www.gnu.org/software/coreutils/pwd>.
|
||
|
|
||
|
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่:
|
||
|
|
||
|
`pwd`
|
||
|
|
||
|
- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks:
|
||
|
|
||
|
`pwd -P`
|