Re: [sage-devel] Naming runs of Sage

2012-01-31 Thread Julien Puydt
Le 31/01/2012 08:37, Iftikhar Burhanuddin a écrit : When I execute a Sage script using the 'nohup' command [1], for instance nohup sage test.sage> out.txt& I generally use gnu screen [1] when I want to let some process run. That still makes it possible to go Ctrl+C on the process if I'm unha

Re: [sage-devel] Naming runs of Sage

2012-01-31 Thread Ivan Andrus
On Jan 31, 2012, at 8:37 AM, Iftikhar Burhanuddin wrote: > Hi folks, > > When I execute a Sage script using the 'nohup' command [1], for instance > > nohup sage test.sage > out.txt & > > the process is listed in the 'top' command display as 'python'. How do > I give user-generated names to this

[sage-devel] Naming runs of Sage

2012-01-30 Thread Iftikhar Burhanuddin
Hi folks, When I execute a Sage script using the 'nohup' command [1], for instance nohup sage test.sage > out.txt & the process is listed in the 'top' command display as 'python'. How do I give user-generated names to this 'python' process for the purpose of identification? Regards, Ifti [1] h