mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 00:15:25 +02:00
xargs: add example (#16869)
This commit is contained in:
parent
a9806d318c
commit
e9aae6507b
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@
|
|||
- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time:
|
||||
|
||||
`{{arguments_source}} | xargs {{[-P|--max-procs]}} {{max-procs}} {{command}}`
|
||||
|
||||
- Prompt user for confirmation before executing command (confirm with `y` or `Y`):
|
||||
|
||||
`{{arguments_source}} | xargs {{[-p|--interactive]}} {{command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue