| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Reported by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10570
Notes:
svn path=/head/; revision=439953
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix and enable tests
Changes: https://github.com/chneukirchen/xe/blob/v0.7.0/NEWS.md
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10393
Notes:
svn path=/head/; revision=439949
|
|
|
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
Notes:
svn path=/head/; revision=434159
|
|
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>
Notes:
svn path=/head/; revision=419400
|