From 1367418899513629d1994894143eb37b9048c850 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 15 Jan 2015 19:20:48 +0000 Subject: - Move seekablepipe from s6-networking to here - Version tag: 2.0.1.0, release candidate --- doc/seekablepipe.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/seekablepipe.html (limited to 'doc/seekablepipe.html') diff --git a/doc/seekablepipe.html b/doc/seekablepipe.html new file mode 100644 index 0000000..e8fe453 --- /dev/null +++ b/doc/seekablepipe.html @@ -0,0 +1,36 @@ + + + + + s6-portable-utils: the seekablepipe program + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The seekablepipe program

+ +seekablepipe turns the reading end of a pipe into a seekable +file descriptor, using a temporary file. + +

Interface

+ +
+     writer | seekablepipe tmpfile reader [ args ... ]
+
+ +

+seekablepipe writes writer's output to tmpfile, +which is unlinked as soon as it is created. Then it execs into +reader, reading from a file descriptor on tmpfile. +

+ + + -- cgit 1.4.1