I have noticed on CentOS 7.2 that when I am doing command line file TAB completion it behaves differently. if I have a file /tmp/file 1.txt (notice the space) when I do: ls /tmp/file and hit TAB it works but if I do: more /tmp/file and hit TAB it does NOT work. What I get is 1.txt file versus just expanding to /tmp/file 1.txt Why are they not the same? Thanks, Jerry
On Thu, 14 Jul 2016, Jerry Geis wrote:> Why are they not the same?https://bugzilla.redhat.com/show_bug.cgi?id=1296366 jh
m.roth at 5-cent.us
2016-Jul-14 14:13 UTC
[CentOS] command line file completion on CentOS 7
John Hodrien wrote:> On Thu, 14 Jul 2016, Jerry Geis wrote: > >> Why are they not the same? > > https://bugzilla.redhat.com/show_bug.cgi?id=1296366 >Not just more for me - in odd cases, not all the time, but on some of our servers, and no, I don't remember if they're C6 or c7, sometimes filec works, and others not. Thinking about it, I think it works with ll, but not if I'm doing a command, and the filename is a parameter. It's annoying.... mark