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

sync: add Dutch translation (#13180)

This commit is contained in:
Sebastiaan Speck 2024-06-28 14:30:58 +02:00 committed by GitHub
parent 6797769b42
commit 55dfe4aa1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages.nl/common/sync.md Normal file
View file

@ -0,0 +1,12 @@
# sync
> Schrijft alle hangende schrijfoperaties naar de juiste schijven.
> Meer informatie: <https://www.gnu.org/software/coreutils/sync>.
- Schrijf alle hangende schrijfoperaties naar alle schijven:
`sync`
- Schrijf alle hangende schrijfoperaties van een enkel bestand naar de schijf:
`sync {{pad/naar/bestand}}`