1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 12:55:44 +02:00

sync: update Dutch translation (#16845)

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

View file

@ -10,3 +10,11 @@
- Schrijf alle hangende schrijfoperaties van een enkel bestand naar de schijf:
`sync {{pad/naar/bestand}}`
- Schrijf alle schrijfoperaties en verwijder caches van het bestandssysteem (alleen voor Linux):
`sync; echo 3 | sudo tee /proc/sys/vm/drop_caches`
- Voer schijf schrijfoperaties uit en probeer inactief geheugen en caches van het bestandssysteem te wissen (alleen voor MacOS):
`sync; sudo purge`