Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsl!cbnewsk!linwood From: linwood@cbnewsk.att.com (linwood.d.johnson) Newsgroups: comp.unix.shell Subject: Re: KSH .logout script ? Summary: Only if you want one. Message-ID: <1991Mar24.040739.8128@cbnewsk.att.com> Date: 24 Mar 91 04:07:39 GMT References: <1991Mar18.095244.9728@uts.uni-c.dk> Organization: AT&T Bell Laboratories Lines: 18 In article <1991Mar18.095244.9728@uts.uni-c.dk>, uniel@uts.uni-c.dk (Erik Lawaetz) writes: > Is there a KSH logout script like csh's .logout ? If you want a series of commands executed at logout, place the following line in your .profile trap "$HOME/.logout" 0 1 Of course, this assumes that the file named .logout exists and thatit resides in your home directory. -- | Linwood D. Johnson | linwood@ihlpf.att.com | | AT&T Bell Labs, 1000 E. Warrenville Rd., Naperville, IL 60566 | | Disclaimer: Opinions expressed here are mine and mine only. | | Besides, who else would want them? |