Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!infonode!ingr!b11!rebels!sivesh From: sivesh@rebels.ingr.com (sivesh pradhaan) Newsgroups: comp.unix.shell Subject: ksh and .logout Message-ID: <9629@b11.ingr.com> Date: 11 Dec 90 20:19:45 GMT Sender: usenet@b11.ingr.com Reply-To: sivesh@rebels.ingr.com (sivesh pradhaan) Organization: Interegraph Lines: 10 does any one kmow if ksh executes any file when you logout of it? If yes then what's the name of this file? If no then how does one get ksh to execute a few stuffs right before it exits? I guess one simple solution would be alias lo='some_stuffs; exit' Is there any better way of doing this? -Sivesh