Question: Command-line maple output options?

Hi there, I'm doing some computations involving polynomials in Maple. As some of the routines take slightly longer to finish, I tend to run them on a machine at my university, via ssh. For this, I need to use command-line Maple. While Maple's 2-D output works well in xmaple, the output in command-line Maple is useless, especially if one needs to reuse the results produced by a procedure. Instead of using something that is supposed to look like 2-d output, it would be much more helpful to have command-line Maple return its output in 1-D Maple notation. For a polynomial, for example, I would much rather have x^2+2*x+1 than  2 x + 2 x + 1 Is there a way to do this? Thanks in advance, Jan
Please Wait...