mkdir command fails (no such file or directory) in script with BIN_DIR="~/bin/" – askubuntu.com

Why does the mkdir command fail with: "No such file or directory"? #!/bin/bash set -e BIN_DIR="~/bin/" if [ ! -d "$BIN_DIR" ]; then mkdir "$BIN_DIR" fi

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "mkdir command fails (no such file or directory) in script with BIN_DIR="~/bin/" – askubuntu.com"