mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
xargs: add example (#20483)
Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -31,3 +31,7 @@
|
||||
- Prompt user for confirmation before executing command (confirm with `y` or `Y`):
|
||||
|
||||
`{{arguments_source}} | xargs {{[-p|--interactive]}} {{command}}`
|
||||
|
||||
- Allow the command to access the terminal for interactive input:
|
||||
|
||||
`{{arguments_source}} | xargs {{[-o|--open-tty]}} {{command}}`
|
||||
|
||||
Reference in New Issue
Block a user