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 "
相關文章
相關標籤/搜索