mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
sync: add Dutch translation (#13180)
This commit is contained in:
parent
6797769b42
commit
55dfe4aa1b
1 changed files with 12 additions and 0 deletions
12
pages.nl/common/sync.md
Normal file
12
pages.nl/common/sync.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# sync
|
||||
|
||||
> Schrijft alle hangende schrijfoperaties naar de juiste schijven.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/sync>.
|
||||
|
||||
- Schrijf alle hangende schrijfoperaties naar alle schijven:
|
||||
|
||||
`sync`
|
||||
|
||||
- Schrijf alle hangende schrijfoperaties van een enkel bestand naar de schijf:
|
||||
|
||||
`sync {{pad/naar/bestand}}`
|
Loading…
Add table
Reference in a new issue