in reply to
Tab completion on the command line
Don't confuse shell command-line completion with your needs. The shell knows nothing of your 20 or so values. The completion
must
be done within your script, as
halley
and
Sandy
have mentioned.
-Theo-
(so many nodes and so little time ... )
Comment on
Re: Tab completion on the command line
In Section
Seekers of Perl Wisdom