On Fri, Dec 17, 2010 at 12:47:49PM -0600, Illia Bobyr wrote:
> I worked on a pretty huge project written 99% in TCL.  TCL looks is very 
> much like Bash, except that, I would say, it is cleaner in the quoting area.

The substantial difference is that bash does word splitting and globbing
on the results of a substitution, unless you quote it.  Tcl does not.
If you want word splitting from Tcl, you have to call eval.

Reply via email to