Re: Request: a command to do a return completely in normal, ie. not subshell

2020-12-15 Thread Dale R. Worley
Budi writes: > Can we have a command to do a return completely (as if it returns from > main function) when it is being in a third nested function call, in > order to get back to shell prompt at once, in normal, ie. not > subshell? You probably want to use the "exit" command, if all of this is in

Request: a command to do a return completely in normal, ie. not subshell

2020-12-14 Thread Budi
Can we have a command to do a return completely (as if it returns from main function) when it is being in a third nested function call, in order to get back to shell prompt at once, in normal, ie. not subshell? My main function invocation here will fully shut down terminal if exit command is given