In article <502 at cdx39.UUCP> jc at cdx39.UUCP (John Chambers) writes: |The C-shell runs a script called $home/.logout when you tell |it to log you out. Is there any way to get the Bourne shell |to do something similar? Sure, just say trap 'command' 0 in your .profile. Ken