[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
completion gobbles partial match string
From: |
jidanni |
Subject: |
completion gobbles partial match string |
Date: |
Fri, 30 Apr 2010 14:51:16 +0800 |
Put the cursor after the word "list" and hit TAB:
# find /etc/apt/sources.list.d/*list #|cpio -o|ssh 192.168.44.4 cpio -ivdm
Emacssources.list eeepc.list tw.list
# find /etc/apt/sources.list.d/ #|cpio -o|ssh 192.168.44.4 cpio -ivdm
Notice how we are shown the completions, but then the "*list" has been
gobbled up!
BASH_VERSION='4.1.5(1)-release'
- completion gobbles partial match string,
jidanni <=