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

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!think.com!paperboy.osf.org!rsalz
  3. From: rsalz@osf.org (Rich Salz)
  4. Subject: Re: tcsh in the future - what should it be like?
  5. Message-ID: <1992Jul31.163227.11680@osf.org>
  6. Sender: news@osf.org (USENET News System)
  7. Organization: Open Software Foundation
  8. References: <1992Jul27.215202*Harald.Eikrem@delab.sintef.no> <smr.712419130@hitkw14> <1992Jul31.010903*Harald.Eikrem@delab.sintef.no>
  9. Date: Fri, 31 Jul 1992 16:32:27 GMT
  10. Lines: 16
  11.  
  12. In <1992Jul31.010903*Harald.Eikrem@delab.sintef.no> Harald.Eikrem@delab.sintef.no writes:
  13. >! if after doing this 30 times, the last 100 entries in your history are
  14. >! the same three commands over and over, what if you then want to do
  15. >
  16. >Have you ever seen a windowing environment?
  17.  
  18. If "history" were kept as an external file to which the shell appended,
  19. you could use standard Unix utilities on it.  Many shells work this
  20. way (ksh, bash, rc to name three (and omit others)).
  21.  
  22. Hacking [t]csh to use a real file-based history would be a lot of work,
  23. but it could be done.
  24.  
  25. (On the other hand, I really wish someone would implement my proposed
  26. /dev/mem hacker that would go in and change someone else's history...)
  27.     /r$
  28.