MIke Asked: 2024-10-30 08:44:19 +0800 CST 为什么 bash 不报告行尾没有 " 的错误 6 我的问题是为什么 bash 没有针对第 2 行进行报告,我故意在行末留下了尾随的“以查看它是如何报告这一点的。 我运行一个 bash 脚本并收到此错误:./test: 第 4 行:查找匹配的“”时出现意外的 EOF #!/usr/bin/bash echo "this is life echo "now is the time" echo "have we reached the end" bash