mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:05:59 +02:00
Update sync.md
This commit is contained in:
parent
e18bc21368
commit
ad0c483357
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# sync
|
# sync
|
||||||
|
|
||||||
> Synchronises all pending write operations to the appropriate disk.
|
> Flushes all pending write operations to the appropriate disks.
|
||||||
|
|
||||||
- Synchronise all pending write operations on all disks:
|
- Flush all pending write operations on all disks:
|
||||||
|
|
||||||
`sync`
|
`sync`
|
||||||
|
|
||||||
- Synchronise all pending write operations on a single file to disk:
|
- Flush all pending write operations on a single file to disk:
|
||||||
|
|
||||||
`sync {{path/to/file.ext}}`
|
`sync {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue