mirror of https://github.com/CrimsonTome/tldr.git
sync: add page
parent
a6f0dfbf31
commit
e18bc21368
|
@ -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}}`
|
Loading…
Reference in New Issue