gpt4 book ai didi

Bash 语法错误 : unexpected end of file

转载 作者:太空宇宙 更新时间:2023-11-04 12:59:00 26 4
gpt4 key购买 nike

请原谅,这是一个非常简单的 Bash 脚本。这是代码:

#!/bin/bash
# june 2011

if [ $# -lt 3 -o $# -gt 3 ]; then
echo "Error... Usage: $0 host database username"
exit 0
fi

运行 sh file.sh 后:

syntax error: unexpected end of file

最佳答案

我认为 file.sh 带有 CRLF 行终止符。

运行

dos2unix file.sh

那么问题就解决了。

你可以在 ubuntu 中安装 dos2unix:

sudo apt-get install dos2unix

关于Bash 语法错误 : unexpected end of file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34775196/

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