shell 判断目录是否存在
if [ ! -d "./shell" ];then mkdir ./shell fi
# 注意[]内的各个空格
本文来自博客园,作者:BioinformaticsMaster,转载请注明原文链接:https://www.cnblogs.com/koujiaodahan/p/15755154.html
posted on 2022-01-01 11:28 BioinformaticsMaster 阅读(87) 评论(0) 编辑 收藏 举报
if [ ! -d "./shell" ];then mkdir ./shell fi
# 注意[]内的各个空格
本文来自博客园,作者:BioinformaticsMaster,转载请注明原文链接:https://www.cnblogs.com/koujiaodahan/p/15755154.html
posted on 2022-01-01 11:28 BioinformaticsMaster 阅读(87) 评论(0) 编辑 收藏 举报