On Fri, 2010-07-30 at 14:36 +0200, Bala subramanian wrote:
> I have to do a series of job in a remote machine. I put each job in a
> text file called 'job' as and wrote the following code that can read
> each line in the text file and execute the job.
If that works for you, no need to change it, o
Thank you so much. I could see the job running with nohup after logout.
Bala
On Fri, Jul 30, 2010 at 3:49 PM, Hugo Arts wrote:
> On Fri, Jul 30, 2010 at 2:36 PM, Bala subramanian
> wrote:
> > Dear Friends,
> >
> > I have to do a series of job in a remote machine. I put each job in a
> text
> >
On Fri, Jul 30, 2010 at 2:36 PM, Bala subramanian
wrote:
> Dear Friends,
>
> I have to do a series of job in a remote machine. I put each job in a text
> file called 'job' as and wrote the following code that can read each line in
> the text file and execute the job.
>
Why not just write a shells
Dear Friends,
I have to do a series of job in a remote machine. I put each job in a text
file called 'job' as and wrote the following code that can read each line in
the text file and execute the job.
I login to the machine and run the script as 'python job.py'. But when i
logout from the machine