1 | initial version |
To run a single command in Sage, use sage -c "command"
, for instance
$ sage -c "print 2 + 2"
2 | No.2 Revision |
To have Sage just run a single command in Sage, command, use sage -c "command"
, for instance
$ sage -c "print 2 + 2"