[SunHELP] how do i terminate xterm windows when exit from application

Jeff Howie sunhelp at sunhelp.org
Wed Dec 13 08:00:54 CST 2000


On Tue, Dec 12, 2000 at 04:06:33PM -0800, Giam Pham wrote:
> Curently my application is launched thru an xterm session, I would like
> the xterm session automatically kill when I exit from my application.
> Any help would be appreciated.

If the app is launched like this:

$ xterm -e my-app &

Or from within the same xterm:

$ exec my-app

Then the xterm closes upon termination of the application.

--
thks.jeff



More information about the SunHELP mailing list