On 8/24/20 5:01 AM, ToddAndMargo via users wrote:
On 2020-08-24 04:43, Tom H wrote:
On Mon, Aug 24, 2020 at 12:53 AM ToddAndMargo via users
<users@lists.fedoraproject.org> wrote:

/usr/share/bash-completion/completions/ifup

You definitely don't need any "completions" in a script.

Not following what you mean by "completions"

When you press the TAB key in bash, it can run various scripts to try to complete what you're currently typing. Those are called completions and are generally stored in that directory. That "ifup" file contains the scripts for handling options for the ifup command. e.g. If you type "ifup" and press TAB twice, it will show you all the available connections you have that you could be bringing up.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to