Do you want to use `at' ?

Roberto C. Sanchez wrote:
On Thu, Sep 01, 2005 at 02:52:18PM -0700, [EMAIL PROTECTED] wrote:

You could do this:
nohup $command

But I always usea trick I find works with bash, so when your in a bash shell do this:

#start another bash shell
bash
#start your background job
command &
#exit the subshell
exit
#exit your ssh connection
exit

That should work.
- D

Surprisingly, it does not work :-(

-Roberto


--
Dr. Jerome BENOIT
room A2-05
Complexo Interdisciplinar da U. L.
Av. Prof. Gama Pinto, 2
P-1649-003 Lisboa, Portugal
email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
--
If you are convinced by the necessity of a European research
initiative, please visit http://fer.apinc.org


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to