Answers for "linux shell check if directory does not exists"

2

linux shell check if directory does not exists

if [ ! -d directory ]; then
  mkdir directory
fi
Posted by: Guest on January-25-2021

Code answers related to "linux shell check if directory does not exists"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language