On Thu, 2010-08-12 at 15:41 -0700, Daniel B. Thurman wrote:
> But these fails:
> # List<Tab>
> # ./List<Tab>

Is ListAvailable an executable? If not, bash will not try to expand it
as the first word.

> # yum list available > List<Tab>

Check your bash completion settings (info bash). If you do say:

# ls > List<Tab>

does it work? Completion is "smart" i.e. the action can depend on the
specific command. Try:

# yum <Tab>

and see what happens. It should list all of yums options.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to