[PATCH] -r 1-100 not -r1:100 please...

Matthieu Moy Matthieu.Moy at imag.fr
Sun May 29 21:35:01 BST 2005


Harri Salokorpi <hsalokor at ee.oulu.fi> writes:

> and : causes namespace problems.

: is also a shell meta-character is some situation. In tcsh, I get

$ setenv a xxx
$ setenv b yyy
$ echo $a:$b
Bad : modifier in $ ($).
$ echo ${a}:${b}
xxx:yyy
$ echo {xxx}
xxx
$ echo $a..$b
xxx..yyy

> I think ellipsis is the safest choice.

Metoo.

-- 
Matthieu




More information about the bazaar mailing list