1 01/14/87 set_epilogue_command 2 3 Syntax as a command: set_epilogue_command command_line 4 5 6 Function: establishes the command line as an epilogue of the process. 7 Just before a process is destroyed the command line is executed. 8 9 10 Arguments: 11 command_line 12 is a single string containing the command line to be executed. 13 Quote it if it contains spaces, special characters, abbreviations, 14 etc. 15 16 17 Notes: This command can only store a single command line. If you 18 invoke it several times within a single process, only the final command 19 line is executed when the process terminates.