Path: utzoo!attcan!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!rutgers!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!+ From: mjw@cs.cmu.edu (Michael Witbrock) Newsgroups: comp.sys.amiga Subject: 1.4 Shell suggestion Message-ID: Date: 7 Nov 89 05:20:07 GMT References: <37410@srcsip.UUCP> <8911040008.AA13445@en.ecn.purdue.edu> <1989Nov4.031121.5495@welch.jhu.edu> <410@mohawk.cs.utexas.edu>, <8638@microsoft.UUCP> Organization: Carnegie Mellon, Pittsburgh, PA Lines: 20 In-Reply-To: <8638@microsoft.UUCP> I guess someone's already suggested this, but... the cmu cshell does filename completion if I type ls fo[ESC][ESC] it will complete the common part match of files starting with fo. ls fo[ESC]l will list all the files starting with fo and then allow you to continue. under the bourne again c shell (bash) this works for commands on the path as well. It's a wonderful idea, and would be especially nice for 40 char amiga file names full of spaces and whatnot (I guess it'd have to put in ""s then). michael