opnsense-ports/sysutils/xe/pkg-descr
Franco Fichtner 4178ffc886 */*: sync with upstream
Taken from: FreeBSD
2016-08-01 06:46:33 +02:00

11 lines
459 B
Text

xe is a tool for constructing command lines from file listings or
arguments, which includes the best features of xargs(1) and apply(1).
Benefits over xargs:
- Sane defaults (behaves like xargs -d'\n' -I{} -n1 -r).
- No weird parsing, arguments are separated linewise or by NUL byte.
- Can also take arguments from command-line.
- No shell involved unless -s is used.
- {} replacing possible with multiple arguments.
WWW: https://github.com/chneukirchen/xe/