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

+execline
+Software
+skarnet.org +

+ +

The fdmove program

+ +

+fdmove moves or copies a given file descriptor, then +executes a program. +

+ +

Interface

+ +
+     fdmove [ -c ] fdto fdfrom prog...
+
+ +

+fdmove moves the file descriptor number fdfrom, +to number fdto, then execs into prog with its arguments. +If fdto is open, fdmove closes it before moving +fdfrom to it. +

+ +

Options

+ + + +

Notes

+ + + + + -- cgit v1.2.3