List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: Can cmaple run in a server mode?
| [MUG] Re: Can cmaple run in a server mode? |
|
Author: Andre Poenitz
Posted: 27/11/2000 08:29:01 GMT
|
>> From: Andre Poenitz
> Carl Eberhart wrote:
> >
> > >> From: "Carl Eberhart"
> >
> > Hello,
> > Is there a version of command line maple which runs in a
> > server mode? That is, it can be started up and accept input
> > from and return output to other applications, such as a Perl
> > script? None of the command line options to cmaple (in Maple 6)
> > suggest that this is the case, but perhaps not all options are listed.
> > Thanks in advance.
> > Carl Eberhart
You can pipe a command into maple as grab the output as you would do with
every other command:
~ > echo -e "result:\n `echo 'int(x,x);' | maple -q`"
result:
2
1/2 x
The -q supresses the "banner" at startup.
Andre'
--
Andre Poenitz ........................................
|
[View Complete Thread]
Previous by date: [MUG] Integration bug, i think, Halvor Mehlum
Next by date: [MUG] Eigenvectors with LinearAlgebra, Jean Brillet
Previous thread: [MUG] Stopping integration due to what?, Angelique Lamour
Next thread: [MUG] Eigenvectors with LinearAlgebra, Jean Brillet
|