7z, adb, bash, cargo, cd: add Dutch translation (#4913)
This commit is contained in:
19
pages.nl/common/cd.md
Normal file
19
pages.nl/common/cd.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# cd
|
||||
|
||||
> Verander de huidige map.
|
||||
|
||||
- Ga naar de gegeven map:
|
||||
|
||||
`cd {{pad/naar/map}}`
|
||||
|
||||
- Ga naar de thuismap van de huidige gebruiker:
|
||||
|
||||
`cd`
|
||||
|
||||
- Ga naar de ouder van de huidige map:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- Ga naar de vorige map:
|
||||
|
||||
`cd -`
|
Reference in New Issue
Block a user