bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cd with multiple arguments?


From: Greg Wooledge
Subject: Re: cd with multiple arguments?
Date: Fri, 17 Dec 2010 14:47:19 -0500
User-agent: Mutt/1.4.2.3i

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

[Prev in Thread] Current Thread [Next in Thread]