Xref: utzoo comp.unix.questions:12847 comp.unix.wizards:15542 Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!epb2.lbl.gov!envbvs From: envbvs@epb2.lbl.gov (Brian V. Smith) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Is there a way of putting processing jobs in the background? Keywords: program, interactive backgrounding Message-ID: <2406@helios.ee.lbl.gov> Date: 13 Apr 89 22:12:01 GMT References: <6323@homxc.ATT.COM> Sender: usenet@helios.ee.lbl.gov Lines: 17 In article <6323@homxc.ATT.COM>, bgt@homxc.ATT.COM (B.TONGUE) writes: > > I've written a screen-oriented program which takes 5 or so minutes > to process. Is there a way to put the process in the background > *after* the selection has been made? (I'm not talking about ampersands; > isn't there a command bg or fg?) > > Thanks! > If you are using the C-shell, just type ^Z (control-Z), or whatever your "suspend" character is set to, and type "bg" to put it in the background. To regain control (foreground), type "fg" if that is the only job you have in the background, or get a list of the jobs with the "jobs" command and type "fg %x" where x is the number of the job (not the PID). _____________________________________ Brian V. Smith (bvsmith@lbl.gov) Lawrence Berkeley Laboratory We don't need no stinking signatures!