guanfuchen
博客
关于
简历
Bash用法
判断文件夹是否存在
if [ ! -d "FOLD" ]; then echo "FOLD not exist" fi
shell bash判断文件或文件夹是否存在