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

13 lines
253 B
Markdown
Raw Normal View History

2024-09-21 19:01:14 +02:00
# pwd
> Print de naam van de huidige/werkdirectory.
> Meer informatie: <https://www.gnu.org/software/coreutils/pwd>.
- Print de huidige directory:
`pwd`
- Print de huidige directory en los alle symlinks op (d.w.z. toon het "fysieke" pad):
`pwd -P`