home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / shell / 5242 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!panther!mothost!white!rtsg.mot.com!motcid!yorton
  3. From: yorton@turtle11.rtsg.mot.com (James J. Yorton)
  4. Subject: Re: File completion in Ksh.
  5. Message-ID: <1993Jan4.145737.23374@rtsg.mot.com>
  6. Sender: news@rtsg.mot.com
  7. Nntp-Posting-Host: turtle11
  8. Reply-To: yorton@rtsg.mot.com
  9. Organization: Motorola Inc., Cellular Infrastructure Group
  10. References:  <1992Dec30.201551.201@news.mentorg.com>
  11. Date: Mon, 4 Jan 1993 14:57:37 GMT
  12. Lines: 18
  13.  
  14. In comp.unix.shell ram@court.mentorg.com (Ram Tumuluri) writes:
  15. |> Is there an equivalent of "set filec" (csh) mechanism in ksh. If not is there
  16. |> any easy mechanism to get file completion in ksh.
  17.  
  18.  
  19. Yes.  If you're using vi-style command line editing,
  20. press <ESC>* (i.e., the ESCape key followed by the asterisk).
  21. Another type of file name completion is <ESC>\ (i.e., the
  22. ESCape key followed by the backslash) and expands on exact
  23. matches only.  This is similar to tcsh's file name completion.
  24. If you're using emacs-style command line editing, press
  25. <ESC><ESC> (i.e., type ESCape key twice).
  26.  
  27. --------------------------------------+---------------------------------------
  28. Jim Yorton                            | Telephone:  +1 708-632-6695
  29. Motorola Inc., General Systems Sector |
  30. Cellular Infrastructure Group         | Internet:  yorton@rtsg.mot.com
  31. Arlington Heights, IL  60004          | X.400:     qa1010@email
  32.