Tagged Questions
6
votes
2answers
168 views
Why doesn't my script work when I redirect stdout?
I'm using Mathematica Home Edition 9.0.1 on Mac OS X 10.8.2.
I have this script:
...
3
votes
2answers
295 views
How to create an executable notebook in Mac OS X
All,
I am looking for help to create a notebook to be executed via terminal in MAC OSX. The notebook uses the front end.
This is what I have so far
...
13
votes
3answers
867 views
Mathematica script - passing command line arguments
When using Mathematica script
#!/usr/local/bin/MathematicaScript -script
Print[$ScriptCommandLine]
and running it with some arguments:
...