Re: `complete -f` does not work at all.

2024-12-06 Thread Frederick Abell
nk that the bash(1) man page should be edited to indicate `complete -A file' works with anything with an inode, instead of stating the phrase "Files names.". Thanks again, Freddie Abell From: Martin D Kealey Sent: Friday, December 6, 2024 2:53 PM To: Fre

Re: `complete -f` does not work at all.

2024-12-06 Thread Chet Ramey
On 12/6/24 12:12 AM, Frederick Abell wrote: Bash Version: 5.2 Patch Level: 37 Release Status: release Description:   `compete -f`/`complete -A file` do not work at all, whilst `complete -d`/`complete -A directory` work fine.   Someone from 2008 appears to have the same issue:    ht

Re: `complete -f` does not work at all.

2024-12-06 Thread Martin D Kealey
On Fri, 6 Dec 2024, 15:12 Frederick Abell, wrote: > Description: > `compete -f`/`complete -A file` do not work at all, whilst `complete > -d`/`complete -A directory` work fine. > > $ cat > a_dir/ b_dir/ c_file d_file > > # I was expecting to only see c_file and d_file. Firstly this seems to