From f316a2ed52195135a35e32d7096e876357c48c69 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Sep 2014 20:03:23 +0000 Subject: initial commit: rc for execline-2.0.0.0 --- doc/piperw.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/piperw.html (limited to 'doc/piperw.html') diff --git a/doc/piperw.html b/doc/piperw.html new file mode 100644 index 0000000..64b9477 --- /dev/null +++ b/doc/piperw.html @@ -0,0 +1,38 @@ + + + + + execline: the piperw command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The piperw program

+ +

+piperw creates a pipe (an anonymous one), then +executes a program. +

+ +

Interface

+ +
+     piperw fdr fdw prog...
+
+ +

+piperw creates a pipe with descriptor fdw as the +writing end and descriptor fdr as the reading end. +It then execs into prog with its arguments. +

+ + + -- cgit v1.2.3