📜  检查 bash 中的目录 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:19.609000             🧑  作者: Mango

代码示例1
[[ -d  ]] && echo "This is a directory and it exist"