1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

touch: update Dutch translation (#16846)

This commit is contained in:
Dylan 2025-06-13 12:28:33 +00:00 committed by GitHub
parent a4d279b776
commit 2a6ad771be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,3 +18,7 @@
- Stel de timestamp van de bestanden in op die van het [r]eferentiebestand en maak ([c]) geen bestand aan als deze niet bestaat:
`touch {{[-c|--no-create]}} {{[-r|--reference]}} {{pad/naar/referentiebestand}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
- Stel de timestamp in door een string te parsen:
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}} {{pad/naar/bestand}}`