最佳答案
我正在编写一个 shell 脚本,它只在文本文件存在的情况下对文本文件进行某些更改,但是这个测试循环无法工作,我想知道为什么? 谢谢!
while [ ! -f /tmp/list.txt ] ;
do
sleep 2
done