sh o bash valide si el archivo no existe

FILE=/etc/docker
if [ ! -f "$FILE" ]; then
    echo "$FILE does not exist."
fi
Evil Echidna