Forum OpenACS Development: Re: exec bash command pdftk within TCL page

Collapse
Posted by Victor Guerra on
Or in case you are using tcl >= 8.5 you can use the argument expansion feature:

...
exec {*}$command
....

Best,