https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins
Missing comma in text from hash.
- If multiple name arguments are supplied with -t the name is printed
before the hashed full pathname.
+ If multiple name arguments are supplied with -t, the name is printed
before the has
Ilkka Virta wrote:
Doesn't Bash/readline already tab-complete file names so that the
completion fixes the case? If I do 'touch ABBA' and 'rm ab', it
will complete the name to 'ABBA'. It also completes 'ab' to 'ABBA'
as the name of a command if it's a binary in PATH, but if it's a
function, it