shell -e: -e filename 判断文件是否存在 if [ -e xxx ]; then else echo "xxx" fi if [ -e xxx ]; then echo "xxxx" fi
shell判断文件存在
原文:https://www.cnblogs.com/nowroot/p/14124720.html