does file exist?
This question already has an answer here:
if [ -e encrypted.dat ]; then echo exists; else echo does not exist; fi
链接地址: http://www.djcxy.com/p/24124.html
上一篇: 脚本检查文件存在
下一篇: 文件是否存在?