diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
commit | 77a47b2c5e7c3243743bd8d7594366f498e9cef7 (patch) | |
tree | fb807c0b0c20db34f5108df67da6b4d64e5bc8e6 /doc/el_transform.html | |
parent | 3fde941ae33bd70edf015b3c72997aef703ebf6d (diff) | |
download | execline-77a47b2c5e7c3243743bd8d7594366f498e9cef7.tar.xz |
More modifications, and doc change
Diffstat (limited to 'doc/el_transform.html')
-rw-r--r-- | doc/el_transform.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/el_transform.html b/doc/el_transform.html index f33c576..cba6443 100644 --- a/doc/el_transform.html +++ b/doc/el_transform.html @@ -123,7 +123,7 @@ split <tt>$1</tt>, for instance, you have to ask for it specifically: <pre> #!/command/<a href="execlineb.html">execlineb</a> -S1 -<a href="define.html">define</a> -sd" " ARG1S $1 +<a href="define.html">=</a> -sd" " ARG1S $1 blah $ARG1S </pre> and $ARG1S will be split using the space character as only delimiter. @@ -174,7 +174,7 @@ in the following command line: </p> <pre> - $ define -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A' + $ = -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A' </pre> <p> @@ -195,7 +195,7 @@ substitution command will die with an error message. </p> <p> - The <a href="dollarat.html">dollarat</a> command, for instance, + The <a href="dollarat.html">$@</a> command, for instance, can produce a sequence of netstrings (encoding all the arguments given to an execline script), meant to be decoded by a substitution command with the <tt>-d ""</tt> option. |