1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/sync.md

13 lines
320 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/sync>.
- Schrijf alle hangende schrijfoperaties naar alle schijven:
`sync`
- Schrijf alle hangende schrijfoperaties van een enkel bestand naar de schijf:
`sync {{pad/naar/bestand}}`