标签: linux shell
#!/bin/bash while true;do echo "1" >> /home/pi/c/1.txt sleep 5s done
我设置脚本在启动时自动运行。
问题是: 脚本可以持续几分钟,但几分钟后它会停止写入1.txt文件, 出了什么问题。