Re: How to & (submit jobs to background)

2002-02-23 Thread Robert Fargher
On Friday 22 February 2002 20:47, Michael Oatman wrote: > Obviously, this is not true in Linux, where one > must not put the pipe, but merely the "&" alone > after the command. > > I wonder if there's a compendium anywhere of > things that Linus changed when making Linux? > > I would imagine it wo

RE: How to & (submit jobs to background)

2002-02-22 Thread Michael Oatman
use cron. The reason is that if you are > running on a remote machine and get disconnected so does the process you are > running. > > -Original Message- > From: Michael Oatman [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 6:12 AM > To: [EMAIL PROTEC

RE: How to & (submit jobs to background)

2002-02-22 Thread Paul Hamm
ted so does the process you are running. -Original Message- From: Michael Oatman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 6:12 AM To: [EMAIL PROTECTED] Subject: RE: How to & (submit jobs to background) Oh, I've been trying sh% |& and then I tried

RE: How to & (submit jobs to background)

2002-02-22 Thread Michael Oatman
gt; > Rgds, > > Darryl > > > > > > > -----Original Message- > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On > > > Behalf Of Roger > > > Sent: Friday, February 22, 2002 1:55 PM > > > To: [EMAIL PROTECTED

RE: How to submit jobs to background

2002-02-22 Thread Mike Burger
Rgds, > Darryl > > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > > Behalf Of Roger > > Sent: Friday, February 22, 2002 1:55 PM > > To: [EMAIL PROTECTED] > > Subject: RE: How to submit jobs to background

RE: How to submit jobs to background

2002-02-22 Thread Mike Burger
t; > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Cameron Simpson > Sent: Friday, February 22, 2002 10:44 AM > To: [EMAIL PROTECTED] > Subject: Re: How to submit jobs to background > > On 09:51 22 Feb 2002, Roger <[EMAI

Re: How to submit jobs to background

2002-02-21 Thread C. Linus Hicks
On Thu, 2002-02-21 at 20:51, Roger wrote: > Hi guys, > > I remember there is a short cut key, Ctrl+something, that can submit the > program that is controlling terminal to the background, so that the user > could regain console again. But I forget it, can you remind me again? > Thanks! It is ^Z

RE: How to submit jobs to background

2002-02-21 Thread Darryl Harvey
On Behalf Of Cameron Simpson > Sent: Friday, February 22, 2002 10:44 AM > To: [EMAIL PROTECTED] > Subject: Re: How to submit jobs to background > > On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote: > | I remember there is a short cut key, Ctrl+something, that can submit &

Re: How to submit jobs to background

2002-02-21 Thread Monte Milanuk
On Fri, 22 Feb 2002 09:51:15 +0800 "Roger" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I remember there is a short cut key, Ctrl+something, that can submit the > program that is controlling terminal to the background, so that the user > could regain console again. But I forget it, can you remind m

RE: How to submit jobs to background

2002-02-21 Thread Roger
ow to submit jobs to background On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote: | I remember there is a short cut key, Ctrl+something, that can submit the | program that is controlling terminal to the background, so that the user could | regain console again. But I forget it, can you remi

Re: How to submit jobs to background

2002-02-21 Thread Cameron Simpson
On 09:51 22 Feb 2002, Roger <[EMAIL PROTECTED]> wrote: | I remember there is a short cut key, Ctrl+something, that can submit the | program that is controlling terminal to the background, so that the user could | regain console again. But I forget it, can you remind me again? Thanks! You mean ctr

Re: How to submit jobs to background

2002-02-21 Thread Mike Burger
screen On Fri, 22 Feb 2002, Roger wrote: > Hi guys, > > I remember there is a short cut key, Ctrl+something, that can submit the > program that is controlling terminal to the background, so that the user > could regain console again. But I forget it, can you remind me again? > Thanks! > ___