tldr/pages/common/sync.md

12 lines
242 B
Markdown
Raw Normal View History

2017-09-28 10:30:26 +01:00
# sync
> Synchronises all pending write operations to the appropriate disk.
- Synchronise all pending write operations on all disks:
`sync`
- Synchronise all pending write operations on a single file to disk:
`sync {{path/to/file.ext}}`