摘要: 命令 function getDirMaxDepth() { folder_name="$1" if [ ! -d "$folder_name" ];then echo "The dir(\"${folder_name}\") does not exist!" exit 3 fi this_dir_ 阅读全文
posted @ 2020-01-23 01:16 schips 阅读(438) 评论(0) 推荐(0)