mirror of https://github.com/CrimsonTome/tldr.git
sync: add page (#1507)
commit
7c5077bd8e
|
@ -0,0 +1,11 @@
|
|||
# sync
|
||||
|
||||
> Flushes all pending write operations to the appropriate disks.
|
||||
|
||||
- Flush all pending write operations on all disks:
|
||||
|
||||
`sync`
|
||||
|
||||
- Flush all pending write operations on a single file to disk:
|
||||
|
||||
`sync {{path/to/file}}`
|
Loading…
Reference in New Issue