shell -e: -e filename 判断文件是否存在 if [ -e xxx ]; then else echo "xxx" fi if [ -e xxx ]; then echo "xxxx" fi