Sometime today, Philip S Tellis wrote:
On Fri, 24 Aug 2001, Mike bradz wrote:
how do i in a shell script logout once the shell script is finished running, i mean to say that, in the shell script i want to write in a command that would just log me out of the shell once the shell
exit will exit from the script. try logout.
logout will logout from the script shell. :) Try something else. Maybe you'll just have to kill (term) the parent shell process.
Manish J.