aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2022-06-11 23:59:01 +1000
committerSteve Bennett <steveb@workware.net.au>2023-08-22 21:04:44 +1000
commitd9489120dd3adc445e703b886e0391d0ef95c3a5 (patch)
treea33cb79f103cd70289661a09f4126ba0c794daa9
parent908530a0edd1e2d3cd99d6c9f08c21d2c7e2cc42 (diff)
downloadjimtcl-d9489120dd3adc445e703b886e0391d0ef95c3a5.zip
jimtcl-d9489120dd3adc445e703b886e0391d0ef95c3a5.tar.gz
jimtcl-d9489120dd3adc445e703b886e0391d0ef95c3a5.tar.bz2
docs: wip - update exec docs for TIP424
Not finished. Do not merge.
-rw-r--r--jim_tcl.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 83dd9c8..fc0f48c 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -74,6 +74,7 @@ Changes between 0.81 and 0.82
7. ./configure now defaults to '--full'
8. New `timerate` command as an improvement over `time`, somewhat compatible with TIP 527
9. Add `ensemble` command and support for `namespace ensemble` (as an optional extension)
+10. `exec` TIP 424 - support safer +exec | + syntax (also +open "|| pipeline..."+)
Changes between 0.80 and 0.81
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -2309,6 +2310,8 @@ evaluation (or any error generated by it).
exec
~~~~
+*exec* 'arg ?arg\...?'+
+or
++*exec* | '{cmdlist ..} ?redirection? ...+
This command treats its arguments as the specification
of one or more UNIX commands to execute as subprocesses.