mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-19 02:55:43 +02:00
sync: update Dutch translation (#16845)
This commit is contained in:
parent
2a6ad771be
commit
9f6c604c53
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue