Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!swrinde!dptspd!lczpc!lcz From: lcz@sat.datapoint.com (Lee Ziegenhals) Newsgroups: comp.unix.shell Subject: Re: ksh and .logout Message-ID: Date: 15 Dec 90 01:05:30 GMT References: <9629@b11.ingr.com> Sender: news@dptspd.sat.datapoint.com Lines: 10 sivesh@rebels.ingr.com (sivesh pradhaan) writes: >does any one kmow if ksh executes any file when you logout of it? I put the following line in my .profile: trap '$HOME/.logout' EXIT The EXIT condition causes the specified command to be executed when ksh exits.