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

17 lines
527 B
Markdown
Raw Normal View History

2022-10-24 19:15:57 +07:00
# pwd
> ສະແດງຊື່ directory ທີ່ໃຊ້ຢູ່
> ຂໍ້ມູນເພີ່ມເຕີມ: <https://www.gnu.org/software/coreutils/pwd>.
- ສະແດງຊື່ directory ທີ່ໃຊ້ຢູ່:
`pwd`
- ສະແດງຊື່ directory ທີ່ໃຊ້ຢູ່ໂດຍບໍ່ລວມ symlinks:
`pwd --physical`
- ສະແດງຊື່ directory ທີ່ໃຊ້ຢູ່ໂດຍໃຊ້ PWD ຈາກ environment ເຖິງຈະລວມ symlinks:
`pwd --logical`