gpt4 book ai didi

bash - 无法测试文件是否存在于 Bash 中

转载 作者:行者123 更新时间:2023-12-05 08:32:14 25 4
gpt4 key购买 nike

<分区>

考虑以下 Bash 脚本:

function dosomething {
local fname="~/.bash_profile"
if [[ -f "$fname" ]]; then
echo "proceeding"
else
echo "skipping"
fi
}

dosomething

尽管我知道 ~/.bash_profile 存在,但我总是被“跳过”。为什么?

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