bash is directory code example Example: if dir bash if [ -d "$DIRECTORY" ]; then # Control will enter here if $DIRECTORY exists. fi