This is not the fault of nohup. Piping input into Sage is equivalent to typing it in on the command line. If you do that then you'll notice that auto-indentation will screw up your for loop. Just run "sage program1.sage" without stdin redirection.
On Wednesday, March 26, 2014 4:55:38 PM UTC, [email protected] wrote: > > I am using sage 5.9. When I use program1.sage below written with nohup > like: > > nohup /opt/sage5.9/sage <program1.sage & > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
