From e0fc82203d677a6f1e808e9a1a46176c109d89be Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 15 Dec 2014 23:08:59 +0000 Subject: Initial commit --- 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..cd17b2e --- /dev/null +++ b/doc/seekablepipe.html @@ -0,0 +1,36 @@ + + + + + s6-networking: the seekablepipe program + + + + + + +

+s6-networking
+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 v1.3.1