linux 找不到 shell 文件[重复]

uinbv5nw  于 2023-08-03  发布在  Linux
关注(0)|答案(1)|浏览(141)

此问题在此处已有答案

Are shell scripts sensitive to encoding and line endings?(16个回答)
7天前关闭
我在Linux环境中运行shell脚本,程序报告了一个如下的问题:

root@autodl-container-bdbc119a52-a66f19d9:~/autodl-tmp/2021-ACL-LaSAML# sh our.sh
: not foundour.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
: not found our.sh: 
our.sh: 289: our.sh: Syntax error: end of file unexpected (expecting "then")

字符串
你能帮我解决这个问题吗?我非常感谢你。

fgw7neuy

fgw7neuy1#

dir

字符串
如果脚本已经存在:
our.sh:289 ->请分享您的脚本的这一行-它可能是一些语法逻辑问题。(与系统通信相关->期望“然后”)
如果不是
然后将位置更改为脚本并重试。

if [ ]; then
    echo "condition fuliflled"
else
    echo "condition not fullfilled"
fi

相关问题