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

17 lines
334 B
Markdown
Raw Permalink 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/manual/html_node/pwd-invocation.html>.
2024-09-21 19:01:14 +02:00
- Print de huidige directory:
`pwd`
- Print de huidige directory en los alle symlinks op (d.w.z. toon het "fysieke" pad):
`pwd {{[-P|--physical]}}`
- Toon de help:
`pwd --help`