mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
242 B
Markdown
12 lines
242 B
Markdown
![]() |
# 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}}`
|