mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 09:55:42 +02:00
mkdir, touch: update Dutch translation (#17189)
Co-authored-by: Leon <leonvsc@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
5df3f896d5
commit
1a01b14c4f
2 changed files with 12 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Maak mappen aan met specifieke permissies:
|
||||
|
||||
`mkdir {{[-m|--mode]}} {{rwxrw-r--}} {{pad/naar/map1 pad/naar/map2 ...}}`
|
||||
|
||||
- Maak meerdere geneste mappen recursief:
|
||||
|
||||
`mkdir {{[-p|--parents]}} {{path/to/{a,b}/{x,y,z}/{h,i,j}}}`
|
||||
|
|
|
@ -22,3 +22,11 @@
|
|||
- Stel de timestamp in door een string te parsen:
|
||||
|
||||
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}}" {{pad/naar/bestand}}`
|
||||
|
||||
- Maak meerdere bestanden met oplopende nummers:
|
||||
|
||||
`touch {{pad/naar/bestand{1..10}}}`
|
||||
|
||||
- Maak meerdere bestanden met een letterbereik:
|
||||
|
||||
`touch {{pad/naar/bestand{a..z}}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue