RunThrough
Usage
• RunThrough["command", expr] executes an external command, giving the printed form of expr as input, and taking the output, reading it as Mathematica input, and returning the result.
Notes
• RunThrough is not available on all computer systems. • RunThrough writes the InputForm of expr on the standard input for command, then reads its standard output, and feeds it into Mathematica. • RunThrough starts command, then gives input to command, then terminates the input. • New in Version 1.
|