sh 检查shell脚本中是否存在目录 - 来自http://stackoverflow.com/questions/59838/check-if-a-directory-exists-in-a-sh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 检查shell脚本中是否存在目录 - 来自http://stackoverflow.com/questions/59838/check-if-a-directory-exists-in-a-sh相关的知识,希望对你有一定的参考价值。

if [ -d "$DIRECTORY" ]; then
  # Control will enter here if $DIRECTORY exists.
fi

以上是关于sh 检查shell脚本中是否存在目录 - 来自http://stackoverflow.com/questions/59838/check-if-a-directory-exists-in-a-sh的主要内容,如果未能解决你的问题,请参考以下文章

Shell脚本判断文件是不是存在

shell脚本条件语句练习

shell 练习

如何在 shell 脚本中检查目录是不是存在? [复制]

shell小实验

shell判断文件是不是存在