Basically what I am trying to do is to pipe a tcl command within a zsh shell. Most common piping are grep, awk and sed for text manipulation.
With perl and ruby there is the -e option which allows to execute statements directly from the shell without writing a script on a file.
Is it possible to achieve the same thing in tcl?
Thank you.
-e. - Johannes Kuhn-coption. - milarepa