gpt4 book ai didi

linux - 是否可以为 Mathematica 运行使用自定义别名?

转载 作者:太空宇宙 更新时间:2023-11-04 12:55:37 26 4
gpt4 key购买 nike

这是一个关于在 linux 中使用 alias 命令的一般问题,但我会用一个 mathematica 示例来更清楚。我想为 mathematica run 创建一个别名。mathematica 文件 myfile1.m 的 mathematica 运行命令是

math -run "<<myfile1.m"

现在,如果我将整个命令作为别名放在 bashrc 中,例如

alias m='math -run "<<myfile1.m"'

当我在终端中键入 m 时,它将运行该文件。但我想知道是否有一种方法可以按以下方式使用,以便它可以用于以更复杂的方式运行的任何 mathematica 文件:

alias m='math -run "<<file.m? "'

这样我就可以从终端运行不同的 mathematica 文件,只需输入

m myfile1.m

它会运行

math -run "<<myfile1.m"

对于 anyfile.m 类似,一个只是类型

m anyfile.m

它会运行

math -run "<<anyfile.m"

最佳答案

我建议这样做:

alias m='math -run'

所以命令看起来像

m "<<anyfile.m"

哪个看起来更好,对我来说。如果您想更深入,请查看以下内容: Link

关于linux - 是否可以为 Mathematica 运行使用自定义别名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35824541/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com