Greg Wooledge <wool...@eeg.ccf.org> writes:

> On Tue, Jun 16, 2015 at 01:56:31PM +0200, Michael Le Barbier Grünewald wrote:
>>           1>&2 {
>>             printf "$@"
>>             printf '\n'
>>           }
>
> Redirections may appear anywhere in a simple command, but may only appear
> at the END of a compound command.  Brace grouping is a compound command,
> so this is actually a syntax error.

Not so much a syntax error, since { is not special except as the first
word, so this is just a command-not-found error.

$ 1>&2 {
bash: {: command not found

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to