aboutsummaryrefslogtreecommitdiff
path: root/system/xpipe/slack-desc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-11 13:09:55 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-17 09:03:30 +0700
commitfb021c585530b602ae8d6c8f37c582848ae751fc (patch)
tree49ee5ae6896a0769f55a6f7f2af2b9a34f909f6e /system/xpipe/slack-desc
parent80ff04d62987392f2804cb137d108566d44a8ed1 (diff)
system/xpipe: Added (split input and feed it into the given utility)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xpipe/slack-desc')
-rw-r--r--system/xpipe/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/xpipe/slack-desc b/system/xpipe/slack-desc
new file mode 100644
index 000000000000..036e32761c73
--- /dev/null
+++ b/system/xpipe/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+xpipe: xpipe (split input and feed it into the given utility)
+xpipe:
+xpipe: The xpipe command reads input from stdin and splits it by the given
+xpipe: number of bytes, lines, or if matching the given pattern. It then
+xpipe: invokes the given utility repeatedly, feeding it the generated data
+xpipe: chunks as input. You can think of it as a Unix love-child of the
+xpipe: split(1), tee(1), and xargs(1) commands.
+xpipe:
+xpipe:
+xpipe:
+xpipe: