/[ports]
ViewVC logotype

Revision 419400


Jump to revision: Previous Next
Author: pawel
Date: Sun Jul 31 18:31:07 2016 UTC (7 years, 11 months ago)
Changed paths: 7
Log Message:
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/

PR:		211323
Submitted by:	Tobias Kortkamp <t@tobik.me>


Changed paths

Path Details
Directoryhead/sysutils/Makefile modified , text changed
Directoryhead/sysutils/xe/ added
Directoryhead/sysutils/xe/Makefile added
Directoryhead/sysutils/xe/distinfo added
Directoryhead/sysutils/xe/files/ added
Directoryhead/sysutils/xe/files/patch-xe.c added
Directoryhead/sysutils/xe/pkg-descr added

  ViewVC Help
Powered by ViewVC 1.1.27