[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get control from bash script of a batch job
From: |
Pierre Gaston |
Subject: |
Re: How to get control from bash script of a batch job |
Date: |
Tue, 8 Feb 2011 18:10:07 +0200 |
On Tue, Feb 8, 2011 at 7:38 AM, mauede <mauede@alice.it> wrote:
>
> If I type "qstat" on a terminal line I get the batch running process ID
> which is not the same as $!.
You are confusing bash's jobs with the jobs of the batch utilities,
they are 2 unrelated things