Tcsh : no exit after script execution
Good afternoon,
I would like to invoke tcsh in order to start a nested shell, and
within this shell immediatly start a script.
If i run " tcsh " I start a nested shell but not my script.
If i run " tcsh myscript.csh" I start a nested shell that executes my
script, but it exits after execution !!
I would like that after the execution of myscript.csh, the nested
shell does not exit and gives the user a prompt.
Is this possible ??
Thanks for your
Philippe
|