Speichern Sie die Ausgabe des Befehls in Craible Bash
password=$(openssl rand -base64 32)
echo $password
TheLazyLemur
password=$(openssl rand -base64 32)
echo $password
OUTPUT="$(ls -1)"
echo "${OUTPUT}"
MULTILINE=$(ls \
-1)
echo "${MULTILINE}"