Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!usc!csun!mx!cbcscmrs From: mx!cbcscmrs@csun.edu Newsgroups: gnu.bash.bug Subject: File name completion Message-ID: <2413@csun.edu> Date: 13 Oct 89 01:08:47 GMT Sender: news@csun.edu Organization: CSU, Northridge School of Engineering & Computer Science Lines: 12 Brian, in bash 1.03 there is an interesting mis-feature. I have a file called gcc*' that I want to remove so I type in rm -i gcc and I get exaclty what I expected. But after hitting return, I realized that what I expected was wrong, and what I should have expected was a completion of gcc\*\' not gcc*'. Could you extend bash to quote funny characters when doing completions. Thanks.