mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 10:55:36 +02:00
16 lines
334 B
Markdown
16 lines
334 B
Markdown
# pwd
|
|
|
|
> Print de naam van de huidige/werkdirectory.
|
|
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
|
|
|
- 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`
|