gpt4 book ai didi

linux - 在 Bash 脚本中比较字符串时找不到命令错误 (stderr)

转载 作者:太空狗 更新时间:2023-10-29 11:27:15 27 4
gpt4 key购买 nike

<分区>

问题是从用户那里读取一个字符(这可能是'Y', 'y', 'N', 'n')。如果字符是 Yy 显示 YES。如果字符是 Nn 显示 NO

Original Problem

这是我的代码:

read option
if ["$option"=="y"] || ["$option"=="Y"]
then
echo "YES"
else
echo "NO"
fi

它抛出一个错误 (stderr)

solution.sh: line 2: [Y=y]: command not found
solution.sh: line 2: [Y=Y]: command not found

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