From 72dd49d7dd07ba4cae13ee1249fd58550991c188 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Dec 2019 20:31:24 +0000 Subject: Rename cd/umask to execline-cd/execline-umask, make symlinks, etc. --- doc/execline-cd.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/execline-cd.html (limited to 'doc/execline-cd.html') diff --git a/doc/execline-cd.html b/doc/execline-cd.html new file mode 100644 index 0000000..911eb2a --- /dev/null +++ b/doc/execline-cd.html @@ -0,0 +1,54 @@ + + + + + + execline: the execline-cd command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The execline-cd program

+ +

+execline-cd changes the current working directory to a +given directory, then executes a program. +

+ +

Interface

+ +
+     execline-cd dir prog...
+
+ +

+execline-cd performs a +chdir() +system call on dir, then execs into prog.... +

+ +

Notes

+ + + + + + -- cgit v1.2.3