yup-xargs

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

README

yup-xargs

NAME:
   xargs - build and execute command lines from standard input

USAGE:
   xargs [OPTIONS] [COMMAND [INITIAL-ARGS...]]

   Read items from standard input and build command lines to run COMMAND with
   those items appended as arguments. With no COMMAND, regroup the input: split
   each line into whitespace-separated fields and emit them, at most MAX-ARGS
   per output line (default one field per line).

VERSION:
   dev

GLOBAL OPTIONS:
   --max-args int, -n int       use at most MAX-ARGS items per command line (default: 0)
   --replace string, -I string  replace REPLACE-STR in INITIAL-ARGS with each input line; one run per line
   --null, -0                   items are NUL-separated, not whitespace-separated
   --max-procs int, -P int      run up to MAX-PROCS command lines concurrently (output stays in input order) (default: 0)
   --help, -h                   show help
   --version                    print version information and exit

Documentation

Overview

Command yup-xargs is the CLI wrapper around github.com/gloo-foo/cmd-xargs.

Jump to

Keyboard shortcuts

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