xargs: add example (#20483)

Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Managor
2026-01-02 03:04:15 +02:00
committed by GitHub
parent 652554aa1f
commit 33eff9f9ea
+4
View File
@@ -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}}`