ksh and .logout

Lee Ziegenhals lcz at sat.datapoint.com
Sat Dec 15 12:05:30 AEST 1990


sivesh at 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.



More information about the Comp.unix.shell mailing list