gpt4 book ai didi

linux - 从linux中的某个目录启动shell

转载 作者:太空宇宙 更新时间:2023-11-04 04:28:42 24 4
gpt4 key购买 nike

在XP中,我可以编写一个包含start的bat文件,并将其放在我想要单击的任何位置,并使用我放置文件的位置运行cmd,在linux中如何做到这一点?谢谢

最佳答案

此命令为您提供脚本的目录路径,如下所示:

dirname -- "$0"

要在脚本中(安全地)使用它,您可以这样做:

script_dir="$(dirname -- "$0")x"
script_dir="${script_dir%x}"
cd -- "${script_dir}/foo"
# Now you're in the directory "foo" below where the script was saved

关于linux - 从linux中的某个目录启动shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5870136/

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