Quoting Luis Finotti <[email protected]>:
Could someone explain how redirection works with Sage (or point me in the right direction)?
I suggest to not do anything sage- or python-specific to general problem like this. Instead rely on usual tools, stdbuf in this example: stdbuf --output=L ./sage tmp.sage > tmp.out Also check if the command "tee" fits your purpose. -- Jori Mäntysalo -- 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
