gpt4 book ai didi

shell - 如何从shell脚本运行TCL脚本?

转载 作者:行者123 更新时间:2023-12-04 22:47:54 27 4
gpt4 key购买 nike

我是 TCL 脚本和 shell 脚本的新手。我想从 shell 脚本调用一个 TCL 脚本。我试过如下。

#!/bin/sh

for i in {1..5}
do
my_script
test_script
done

如果我运行脚本,它会抛出如下错误,
./sample.sh: line 5: my_script: command not found
./sample.sh: line 5: test_script: command not found

谁能帮我解决这个问题?

提前致谢。

最佳答案

如果在您的 $PATH 中找不到它们您必须提供脚本的路径,例如:

./my_myscript         # current directory
/path/to/test_script # absolute path

关于shell - 如何从shell脚本运行TCL脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16498384/

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