업무/dev
[bash] 쉘 디렉토리 유무 판단하기
sysops
2018. 9. 29. 22:43
728x90
!#/bin/bash
if [ ! -d 디렉토리명 ] ; then
Mkdir 디렉토리명
fi
728x90