home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!cs.uiuc.edu!schwager
- From: schwager@mike.cs.uiuc.edu (Mike Schwager)
- Subject: Exiting ksh with a running job
- Message-ID: <C0rqtK.ru@cs.uiuc.edu>
- Sender: news@cs.uiuc.edu
- Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL
- Date: Wed, 13 Jan 1993 01:29:44 GMT
- Lines: 10
-
-
- Howdy,
- Quick question: why won't ksh let me exit if I have a job running thusly:
-
- command > /dev/null 2>1 &
-
- I should say, I can exit but it will kill the job! Can I get ksh to be
- more kind?
- Thanks
- -Mike
-