./sysutils/xpipe, split input and feed it into the given utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2nb1, Package name: xpipe-2.2nb1, Maintainer: jschauma

The xpipe command reads input from stdin and splits it
by the given number of bytes, lines, or if matching
the given pattern. It then invokes the given utility
repeatedly, feeding it the generated data chunks as
input.


Master sites:

Filesize: 14.269 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-03 13:29:04 by Paolo Vincenzo Olivo | Files touched by this commit (9)
Log message:
*: Recursive revbump from devel/libmd

This affects all packages requiring libbsd/libmd
on Linux.
   2022-12-19 17:39:37 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
sysutils/xpipe: prevent deprecated linking mode for libbsd on Linux.
   2022-09-19 00:38:45 by Jan Schaumann | Files touched by this commit (4)
Log message:
add xpipe(1)

The xpipe command reads input from stdin and splits it by the
given number of bytes, lines, or if matching the given pattern.
It then invokes the given utility repeatedly, feeding it the
generated data chunks as input.

You can think of it as a Unix love-child of the split(1),
tee(1), and xargs(1) commands.

https://github.com/jschauma/xpipe