mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 18:15:25 +02:00
xargs: update Dutch translation (#13347)
This commit is contained in:
parent
21f1a27dca
commit
77c98963c8
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
|
||||
`find . -name '*.backup' -print0 | xargs -0 rm -v`
|
||||
|
||||
- Voer het commando eenmaal per argument uit:
|
||||
|
||||
`{{argumenten_bron}} | xargs -n1 {{commando}}`
|
||||
|
||||
- Voer het commando één keer uit voor elke invoerregel, waarbij elke plaatsaanduiding (hier gemarkeerd als `_`) wordt vervangen door de invoerregel:
|
||||
|
||||
`{{argumenten_bron}} | xargs -I _ {{commando}} _ {{optionele_extra_argumenten}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue