Linux鸟哥视频学习笔记30

shell脚本 第二部分 test判断   实操 test -d Music && echo "is a dir" || echo "is not a dir" 判断是否为文件夹 test -f sh01.sh && echo "is a regulare file" || echo "is not a file" test -e sh06.sh && echo "exist" || echo "
相关文章
相关标签/搜索