[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.
- Re: cd with multiple arguments?, (continued)
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/10
- Re: cd with multiple arguments?, Chris Jones, 2010/12/10
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/13
- Message not available
- Re: cd with multiple arguments?, Stephane CHAZELAS, 2010/12/13
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/14
- Re: cd with multiple arguments?, Chris F.A. Johnson, 2010/12/14
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/15
- Re: cd with multiple arguments?, Illia Bobyr, 2010/12/15
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/17
- Re: cd with multiple arguments?, Illia Bobyr, 2010/12/17
- Re: cd with multiple arguments?,
Greg Wooledge <=
- Re: cd with multiple arguments?, Bob Proulx, 2010/12/15
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/16
- Re: cd with multiple arguments?, Bob Proulx, 2010/12/16
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/17
- Re: cd with multiple arguments?, Greg Wooledge, 2010/12/17
- Re: cd with multiple arguments?, Illia Bobyr, 2010/12/17
- Re: cd with multiple arguments?, Bob Proulx, 2010/12/17
- Re: cd with multiple arguments?, Marc Herbert, 2010/12/20