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/redirfd.html | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 doc/redirfd.html (limited to 'doc/redirfd.html') diff --git a/doc/redirfd.html b/doc/redirfd.html new file mode 100644 index 0000000..fd29ef4 --- /dev/null +++ b/doc/redirfd.html @@ -0,0 +1,100 @@ + + + + + execline: the redirfd command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The redirfd program

+ +

+redirfd redirects a given file descriptor to a file, then +executes a program. +

+ +

Interface

+ +
+     redirfd [ -r | -w | -u | -a | -c | -x ] [ -n | -b ] fd file prog...
+
+ +

+redirfd redirects the file descriptor number fd +to file, then execs into prog.... +

+ +

Options

+ +

+ One and only one of the -r, -w, -u, -a, -c, or -x options must be given; +the -n and -b options may be added in any case. +

+ + + +

Notes

+ + + +

Special fifo handling

+ +

+ The -n and -b options are especially useful with +named pipes. +

+ + + + + -- cgit v1.2.3