摘要: 1. 判断文件夹是否存在 当 sub 文件夹不存在的时候,新建 sub 文件夹。 FOLDER_PATH="f:/test/sub" if[ ! -d "$FOLDER_PATH" ]; then echo "not found the folder. so create the folder." 阅读全文
posted @ 2016-08-16 11:33 LuQingshang 阅读(151) 评论(0) 推荐(0) 编辑