help-bash
[Top][All Lists]
Advanced

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

Re: What is REDIR_WORD?


From: Peng Yu
Subject: Re: What is REDIR_WORD?
Date: Mon, 10 May 2021 10:15:14 -0500

> Oh, I'm always looking at the latest "devel" version. The master
> branch is the latest release version. I guess the current master
> branch is the version forked on 2020-06-15 (bash-5.1-alpha)?

OK. It is here.

https://git.savannah.gnu.org/cgit/bash.git/tree/parse.y?h=devel&id=b304aabc92d3f8f2a4f6ebbc35fa4614bbb83ea8#n5519

  if (token[0] == '{' && token[token_index-1] == '}' &&
      (character == '<' || character == '>'))

So, '{' and '}' above refers to '{' '}' in '{fd}'? `character` refers
to `<` in `{fd}<` or `>` in `{fd}>`?

-- 
Regards,
Peng



reply via email to

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