hi
Ksh does not have this facility. However, you can insert this workaround in your .profile:
if [[ -r ~/.ksh_logout ]]; then
trap '. ~/.ksh_logout' EXIT
fi
.ksh_logout is shell script.
Thanks to all you that replied:
Kevin Sheehan (Kevin.Sheehan@uniq.com.au)
Edward R. Powell (erp@microplex.com)
Warren Jones (wjones@tc.fluke.COM)
Casper Dik <casper@Holland.Sun.COM>
mprice@cch.com.au (Michael Price)
Joakim Hartikainen <Joakim.Hartikainen@pacesetter.se>
Jason Reid <jmr@staff.cc.purdue.edu>
pyb@silogic.fr (Pierre-Yves Bonnetain)
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:28 CDT