diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-14 23:29:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-14 23:29:04 +0000 |
commit | d0996a25bd4030875fbc98cabea815dd6741dd0d (patch) | |
tree | 49295e4681122292d33a6a4362390e912e771a25 /doc/backtick.html | |
parent | 9212da01bbaa900dbff8aca9b07b92d821251df2 (diff) | |
download | execline-d0996a25bd4030875fbc98cabea815dd6741dd0d.tar.xz |
Add withstdinas
Diffstat (limited to 'doc/backtick.html')
-rw-r--r-- | doc/backtick.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/backtick.html b/doc/backtick.html index df351f2..6aa2f01 100644 --- a/doc/backtick.html +++ b/doc/backtick.html @@ -19,8 +19,8 @@ <h1> The <tt>backtick</tt> program </h1> <p> -<tt>backtick</tt> runs a program and uses its output as the argument of -another program. +<tt>backtick</tt> runs a program and stores its output in an +environment variable, then executes another program. </p> <h2> Interface </h2> @@ -47,8 +47,8 @@ output as a value. </li> <ul> <li> <tt>-i</tt> : insist. If <em>prog1</em> crashes or exits non-zero, -<tt>backtick</tt> exits with the same exit code (or 111 if <em>prog1</em> -crashed). </li> +<tt>backtick</tt> exits with an +<a href="exitcodes.html">approximation</a> of the same exit code. </li> <li> <tt>-D <em>default</em></tt> : default value. If <em>prog1</em> crashes or exits non-zero, <em>default</em> is used as <em>variable</em>'s value. If neither the <tt>-i</tt> nor the <tt>-D</tt> |