On 3/21/23 4:04 PM, Grisha Levit wrote:
On Tue, Mar 21, 2023 at 3:47 PM Chet Ramey <chet.ra...@case.edu> wrote:
OK, say you did in fact run compgen in the foreground -- very unusual
because it's awkward to capture the possible completions that way -- to
generate completions.
Sorry I should have explained. I hit this issue because I was using
compgen in an unorthodox way, just to check if some files matching a
glob exist. Basically something like
compgen -G 'foo/*' >/dev/null && COMPREPLY=(bar)
This can be a lot faster than expanding the glob into an array and
then testing that the array is not empty.
OK, which do you think would be the more common case? Wanting the options
used to generate completions to persist or using it in this way?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/