Linux运维 shell 判断文件夹或文件是否存在 文件夹不存在则创建 if [ ! -d "/data/" ];then mkdir /data ... 2021年2月2日737评论shell shell判断 阅读全文