标签: wolfram-mathematica
如果我将Mathematica作为“math foo bar”运行,那么什么变量可以保持foo和 酒吧?我猜它是$ Something,但还没有找到它。
谷歌搜索告诉我Mathematica接受命令行选项,如-pwpath, -pwfile,但我找不到合适的搜索短语 命令行参数(不是选项)。
答案 0 :(得分:8)
$CommandLine变量包含命令行参数。
$CommandLine
$ math foo bar In[1]:= $CommandLine Out[1]= {math, foo, bar}