mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:13:42 +02:00
sync: add page (#1507)
This commit is contained in:
commit
7c5077bd8e
1 changed files with 11 additions and 0 deletions
11
pages/common/sync.md
Normal file
11
pages/common/sync.md
Normal file
|
@ -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…
Add table
Reference in a new issue