gpt4 book ai didi

linux - 如何在 Linux 中到处运行脚本

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:49:19 24 4
gpt4 key购买 nike

我在 /home/campus27/zwang10/bin 中有一个脚本 HOST_AVAI.sh。在我的 .bashrc 中,我添加了 export PATH=$PATH:/home/zwang10/bin/HOST_AVAI.sh。但是在我键入 HOST_AVAI.sh 后,它显示 HOST_AVAI.sh: Command not found.。有人可以帮我吗?

已添加

$ echo $SHELL
/bin/tcsh

最佳答案

您的路径应该是 PATH=$PATH:/home/zwang10/bin 并将其添加到 .bash_profile 中。在此之后使用以下命令运行脚本:

$ . .bash_profile

确保您的HOST_AVAI.sh 必须具有执行权限。

$ cd  /home/zwang10/bin
$ chmod +x HOST_AVAI.sh

现在从任何地方运行这个命令。

关于linux - 如何在 Linux 中到处运行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36784327/

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