From 4d067b3020104a8b19a34fa4d3b6e5e8f3eb036a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 26 Feb 2015 01:48:50 +0000 Subject: - added forstdin - rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0 --- doc/forbacktickx.html | 5 +++- doc/forstdin.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 3 +- doc/upgrade.html | 7 +++++ 4 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 doc/forstdin.html (limited to 'doc') diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html index 0780f3d..979a483 100644 --- a/doc/forbacktickx.html +++ b/doc/forbacktickx.html @@ -76,7 +76,10 @@ split x. diff --git a/doc/forstdin.html b/doc/forstdin.html new file mode 100644 index 0000000..e4c5534 --- /dev/null +++ b/doc/forstdin.html @@ -0,0 +1,78 @@ + + + + + execline: the forstdin command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The forstdin program

+ +

+forstdin uses its input as loop elements to +run another program. +

+ +

Interface

+ +

+ In an execlineb script: +

+ +
+     forstdin [ -p | -o okcodes | -x breakcodes ] [ -n ] [ -C | -c ] [ -0 | -d delim ] variable loop...
+
+ + + +

Options

+ + + +

Notes

+ + + + + diff --git a/doc/index.html b/doc/index.html index 5b19477..bc2e020 100644 --- a/doc/index.html +++ b/doc/index.html @@ -66,7 +66,7 @@ library.

Download

@@ -167,6 +167,7 @@ to your installation: the shebang lines for your system might be something like

diff --git a/doc/upgrade.html b/doc/upgrade.html index b66a215..ce0e74f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,13 @@

What has changed in execline

+

in 2.1.1.0

+ + +

in 2.1.0.0