Skip to content

'crontab -l > foo<tab>' completes ok but 'crontab -l >| foo<tab>' does not #769

@jeremyhetzler

Description

@jeremyhetzler

If I have an existing file "foobar", then
crontab -l > foo<tab>
will complete "foobar" successfully.

However,
crontab -l >| foo<tab>
will not complete (finds no matches).

The >| redirection completes ok when using e.g. cat:
cat qux >| foo<tab>
completes ok.

How can I get crontab to autocomplete when using the >| redirection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions