home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!rpi!masscomp!dla
- From: dla@westford.ccur.com (Dave Anderson)
- Newsgroups: comp.unix.shell
- Subject: Re: csh/ksh comparison questions?
- Message-ID: <1992Jul22.202517.16508@westford.ccur.com>
- Date: 22 Jul 92 20:25:17 GMT
- Article-I.D.: westford.1992Jul22.202517.16508
- Reply-To: dla@westford.ccur.com (Dave Anderson)
- Organization: Concurrent Computer Corp. Westford MA.
- Lines: 18
-
-
- > 2) concurrent sessions inadvertently use the same history
- > file. Appending a pid to the history file at login may help
- > but there is no logout facility to remove the file.
-
- I use the same history file name (".sh_history"), but explicitly remove
- it in my .profile just prior kicking off my .kshrc. This unlinks any
- visible versions of ".sh_history" -- however the "removed" versions are
- still available to the previous invocation(s) of ksh (as temporary files).
-
- Clean and simple...
-
- ===============================================================================
- Dave Anderson 508-392-2441
- Concurrent Computer Corporation dla@westford.ccur.com
- One Technology Way
- Westford, MA 01886
- ===============================================================================
-