bug-bash
[Top][All Lists]
Advanced

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

Re: brace expansion and variable expansion


From: Paul Jarc
Subject: Re: brace expansion and variable expansion
Date: Sat, 20 Mar 2004 23:58:50 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Gregory Seidman <bug.bash.gseidman@spamgourmet.com> wrote:
> There is no mention of it in the man page as far as I could see.

The second paragraph under "EXPANSION":
       The  order  of expansions is: brace expansion, tilde expansion, parame-
       ter, variable and arithmetic expansion and command  substitution  (done
       in a left-to-right fashion), word splitting, and pathname expansion.

> And even documented, I'd consider it a bug.

"Bug" does not mean "design decision you happen to disagree with".
Note that you can still get what you want:
eval "cat /tmp/stuff/{$SELFILES}" | sort > /tmp/stuff/foobarbaz


paul




reply via email to

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