home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3153 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!news
  3. From: Harald.Eikrem@delab.sintef.no
  4. Subject: Re: tcsh in the future - what should it be like?
  5. In-Reply-To: aswx266@chpc.utexas.edu's message of 27 Jul 92 03:12:38 GMT
  6. Message-ID: <1992Jul27.215202*Harald.Eikrem@delab.sintef.no>
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: SINTEF DELAB, Trondheim, Norway.
  9. References: <yeates.711122638@beryl17> <1992Jul16.153506.24366@bmerh85.bnr.ca>
  10.     <1992Jul27.031238.10376@chpc.utexas.edu>
  11. Date: 27 Jul 92 21:52:02
  12. Lines: 21
  13.  
  14. ! I'd like to see a history mechanism that works like VMS' RECALL, i.e. 
  15. ! type something like !vi .cs  and get the last vi command that edits 
  16. ! .cshrc.  Simple, powerful concept; only a single command to learn. 
  17.  
  18. It's there.  You just need to try.
  19.  
  20. ! Also, the history list should save a command only if it is different 
  21. ! from the last one.
  22.  
  23. No way.  You will be able to reach the next *different* command in the
  24. command history by "history-search-backward", it skips back over all
  25. similar commands.  You just need to bind it to a proper key that you think
  26. you'll tend to use.  (Say, bind it to X11 "Prior" key if available, or
  27. "PgUp" on a Sun keyboard).
  28.  
  29. ! If both these questions have solutions already it only shows that tcsh 
  30. ! has too many features.  I can't remember them so I don't use them.
  31.  
  32. You have probably never made the attempt to find out.
  33.  
  34.    ~~harald E.
  35.