xargs

command
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

xargs reads space, tab, newline and end-of-file delimited strings from the standard input and executes utility with the strings as arguments.

Synopsis:

xargs [OPTIONS] [COMMAND [ARGS]...]

Options:

-n: max number of arguments per command
-t: enable trace mode, each command is written to stderr
-p: the user is asked whether to execute utility at each invocation
-0: use a null byte as the input argument delimiter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL