Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-unix!quintus!sun!pitstop!sundc!seismo!uunet!mcvax!ukc!stc!ist!neil From: neil@ist.CO.UK (Neil Todd) Newsgroups: comp.unix.questions Subject: Re: csh quick logout? Summary: Cleaner version Message-ID: <155@istop.ist.CO.UK> Date: 1 Feb 88 08:46:40 GMT References: <20602@teknowledge-vaxc.ARPA> <1145@zen.UUCP> Organization: Imperial Software Technology, London, UK Lines: 25 In article <1145@zen.UUCP>, frank@zen.UUCP (Frank Wales) writes: . > >Is there a clean way -- other than using "jobs", then "kill", then > >{^D,exit,logout} -- to force a quick logout that will kill off your > >stopped jobs? > > I just used exec / to quit from both ksh and csh. > > It's simple, it seems to bump off any huppable stopped or running jobs > nicely, and it's very quick. The only potential inconvenience is the > "cannot execute" / "Permission denied" message as the shell prepares to > run a directory and dies trying; maybe you can live with that. > . . . > > Frank Wales, Development Engineer, I prefer to use ``exec true'', this gives no nasty message, and is inheriently more sanitary. Neil Imperial Software Technology, London.