mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 10:59:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- 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}}`
|
||||
|
||||
Reference in New Issue
Block a user