home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3087 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!rpi!masscomp!dla
  2. From: dla@westford.ccur.com (Dave Anderson)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: csh/ksh comparison questions?
  5. Message-ID: <1992Jul22.202517.16508@westford.ccur.com>
  6. Date: 22 Jul 92 20:25:17 GMT
  7. Article-I.D.: westford.1992Jul22.202517.16508
  8. Reply-To: dla@westford.ccur.com (Dave Anderson)
  9. Organization: Concurrent Computer Corp. Westford MA.
  10. Lines: 18
  11.  
  12.  
  13. > 2) concurrent sessions inadvertently use the same history
  14. >    file.  Appending a pid to the history file at login may help
  15. >    but there is no logout facility to remove the file.
  16.  
  17.   I use the same history file name (".sh_history"), but explicitly remove 
  18.   it in my .profile just prior kicking off my .kshrc.  This unlinks any 
  19.   visible versions of ".sh_history" -- however the "removed" versions are 
  20.   still available to the previous invocation(s) of ksh (as temporary files). 
  21.  
  22.   Clean and simple...
  23.  
  24. ===============================================================================
  25.   Dave Anderson                                508-392-2441
  26.   Concurrent Computer Corporation              dla@westford.ccur.com
  27.   One Technology Way
  28.   Westford, MA 01886
  29. ===============================================================================
  30.