1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 03:35:24 +02:00
tldr/pages.nl/common/sync.md

13 lines
353 B
Markdown
Raw Normal View History

2024-06-28 14:30:58 +02:00
# sync
> Schrijft alle hangende schrijfoperaties naar de juiste schijven.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/sync-invocation.html>.
2024-06-28 14:30:58 +02:00
- Schrijf alle hangende schrijfoperaties naar alle schijven:
`sync`
- Schrijf alle hangende schrijfoperaties van een enkel bestand naar de schijf:
`sync {{pad/naar/bestand}}`