Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > a6ad3362f003935de1b8e72f52382ddc

perl-Complete-Bash-0.110.0-3.mga5.noarch.rpm

Description:

Bash allows completion to come from various sources. The simplest is from a
list of words ('-W'):

% complete -W "one two three four" somecmd
% somecmd t<Tab>
two three

Another source is from a bash function ('-F'). The function will receive
input in two variables: 'COMP_WORDS' (array, command-line chopped into
words) and 'COMP_CWORD' (integer, index to the array of words indicating
the cursor position). It must set an array variable 'COMPREPLY' that
contains the list of possible completion:

Sources packages:

Other version of this rpm: