sync: add page
This commit is contained in:

committed by
GitHub

parent
a6f0dfbf31
commit
e18bc21368
11
pages/common/sync.md
Normal file
11
pages/common/sync.md
Normal 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}}`
|
Reference in New Issue
Block a user