Running several commands from command line
You can make Sage evaluate a given Python expression by running sage -c <your-command>
from command line. However, it seems that the -c
parameter can only be given once. How do I make sage evaluate several commands in succession then?