[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] Why does TAB completion for something like abc*.txt expand t
From: |
Peng Yu |
Subject: |
[Help-bash] Why does TAB completion for something like abc*.txt expand to the first match? |
Date: |
Sat, 4 Apr 2015 17:17:15 -0500 |
Hi,
If I have abc1.txt and abc2.txt in my current directory, when I type
'echo abc*.txt' and TAB in the command line, it will replace abc*.txt
with abc1.txt in one machine but will show both file names (with the
command 'echo abc*.txt' unchanged) in another machine. I'm not sure
what in bash controls this behavior. Could anybody let me know?
Thanks.
--
Regards,
Peng
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-bash] Why does TAB completion for something like abc*.txt expand to the first match?,
Peng Yu <=