help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

command completion after *


From: Peng Yu
Subject: command completion after *
Date: Sat, 6 Mar 2021 20:22:23 -0600

Hi,

I am not sure what controls the command completion behavior
differently on two machines.

On one machine `ls *rc<TAB>` can complete the command to `ls blahrc`
(suppose there is a file called blahrc). On another machine, it stays
as `ls *rc` (the file blahrc also exists).

`bind -p` results are the same on the two machines.

The bash versions are different. Does this explain the command
completion difference? Is there anything else I need to check to see
what cause the difference?

$ bash --version | head -n 1 # First
GNU bash, version 5.1.4(1)-release (x86_64-apple-darwin19.6.0)
$ bash --version | head -n 1 # Second
GNU bash, version 5.1.0(2)-rc2 (x86_64-pc-linux-gnu)

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]