mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 15:35:24 +02:00
mkfifo: update Dutch translation (#13504)
This commit is contained in:
parent
a6a36a2b00
commit
b06d1611a9
1 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,11 @@
|
|||
- Maak een benoemde pipe op een opgegeven pad:
|
||||
|
||||
`mkfifo {{pad/naar/pipe}}`
|
||||
|
||||
- Stuur data naar een benoemde pipe en stuur het commando naar de achtergrond:
|
||||
|
||||
`echo {{"Hello World"}} > {{pad/naar/pipe}} &`
|
||||
|
||||
- Ontvang data van benoemde pipe:
|
||||
|
||||
`cat {{pad/naar/pipe}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue