diff --git a/pages/common/sync.md b/pages/common/sync.md new file mode 100644 index 000000000..1035ea13a --- /dev/null +++ b/pages/common/sync.md @@ -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}}`