On Fri, 21 May 2010 03:29:49 -0400
Yong Wang wrote:
> Dear list
>
> I need to 1) run several R scripts sequentially due to results waiting
> and 2) run them in unix background since my ssh frequently timeout for
> some reason.
If this is the main obstacle you should learn about screen!
http://
On 21.05.2010 09:29, Yong Wang wrote:
Dear list
I need to 1) run several R scripts sequentially due to results waiting
and 2) run them in unix background since my ssh frequently timeout for
some reason.
if paste following codes to unix
R --vanilla script1&
R --vanilla script2&
R --vanilla scr
Dear list
I need to 1) run several R scripts sequentially due to results waiting
and 2) run them in unix background since my ssh frequently timeout for
some reason.
if paste following codes to unix
R --vanilla script1 &
R --vanilla script2 &
R --vanilla script3 &
will result in simultaneous inst
3 matches
Mail list logo