pwd: add Dutch translation (#13682)
This commit is contained in:
16
pages.nl/linux/pwd.md
Normal file
16
pages.nl/linux/pwd.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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 --physical`
|
||||
|
||||
- Print de huidige logische directory:
|
||||
|
||||
`pwd --logical`
|
Reference in New Issue
Block a user