gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Re: {arch} directory


From: Dustin Sallings
Subject: Re: [Gnu-arch-users] Re: {arch} directory
Date: Wed, 24 Sep 2003 12:33:33 -0700


On Wednesday, Sep 24, 2003, at 12:13 US/Pacific, Miles Bader wrote:

A brace only has a special shell meaning if it occurs by itself (as a word) or if there's a comma inside some braces. Bash _will_ automatically add
backslashes before any unquoted brace during completion, but this is
apparently just a completion artifact (and has no real effect other than to
make completion happy).

dustin2wti:~ 502% echo pen{,cil} pen{cil}
pen pencil pencil

Wouldn't the latter case violate your assertion? Either way, it's kind of weird to special case expansion like that.

--
Dustin Sallings





reply via email to

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