Consider this simple program: ( x=1; (exit); print inner subshell done ) print outer subshell done
which when run prints: inner subshell done outer subshell done Suppose on the inner subshell I want to exit all subshells. I can kill the process (e.g change "exit" to "kill $$"). Are there other possibilities? Thanks.
_______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
