Answers for "IF NOT DIR BASH"

0

IF NOT DIR BASH

if [ ! -d "$DIRECTORY" ]; then
  # Control will enter here if $DIRECTORY doesn't exist.
fi
Posted by: Guest on February-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language