Answers for "unix if directory"

2

unix if directory

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

Code answers related to "unix if directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language