gpt4 book ai didi

linux - 为什么我这里有文件结束错误?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:48:10 27 4
gpt4 key购买 nike

这是一个 linux 脚本 shell,我在 Ubuntu 13.1 上运行它我在运行脚本时收到 line 9: syntax error: unexpected end of file。这是我的脚本:

!#/bin/bash
x=$(stat --printf="%a\n" hi1.txt)
y=$(stat --printf="%a\n" hi1copy.txt)
echo "$x"
echo "$y"
if [ "$x" == "$y" ]; then
echo "same la!"
fi

最佳答案

改变:

!#/bin/bash

#!/bin/bash

关于linux - 为什么我这里有文件结束错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20736253/

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