parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to use nohup with gnu parallel


From: Ole Tange
Subject: Re: how to use nohup with gnu parallel
Date: Wed, 2 Feb 2011 01:05:29 +0100

On Tue, Feb 1, 2011 at 7:59 PM, Shantanu Unknown
<shantanu9847@hotmail.com> wrote:
> Hi,
> I could not find any info on how to use nohup with gnu parallel?
> is the correct usage
> nohup cat filename|parallel <runjob> {}
> or is it
> cat filename|parallel  nohup <runjob> {}
> or something else?

This works for me:

nohup cat filename|parallel <runjob> {} &

I am curious why you use nohup and not GNU Screen?
http://www.gnu.org/software/screen/


/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]