home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15964 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.1 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!stein.u.washington.edu!barr
  2. From: barr@stein.u.washington.edu (David Barr)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Which Shell to Use?
  5. Message-ID: <1992Nov7.060812.13744@u.washington.edu>
  6. Date: 7 Nov 92 06:08:12 GMT
  7. Article-I.D.: u.1992Nov7.060812.13744
  8. References: <1992Nov4.174838.19844@iitmax.iit.edu> <1992Nov07.011125.8310@microsoft.com>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 14
  12.  
  13. satishc@microsoft.com (Satish Chittamuru) writes:
  14.  
  15. >BTW, how does one accomplish file name completion in bash. An ESC
  16. >used to do it in ksh, but I haven't been able to do it in bash. I
  17. >usually do a C-? to see my options and manually type in the rest
  18. >solely my own and do not reflect Microsoft's views in any manner.
  19.  
  20. Type TAB to complete a file name.  If that doesn't complete it because
  21. there are several files with a common prefix, type tab a second time
  22. and you will see the possible completions.  In ksh, filename completion
  23. is ESC ESC if your EDITOR variable ends in emacs and ESC \ if your
  24. EDITOR ends in vi.
  25.  
  26. David
  27.