sync: add page

coverage
Starbeamrainbowlabs 2017-09-28 10:30:26 +01:00 committed by GitHub
parent a6f0dfbf31
commit e18bc21368
1 changed files with 11 additions and 0 deletions

11
pages/common/sync.md Normal file
View File

@ -0,0 +1,11 @@
# 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}}`