Posted inGoodies Goodies | Linux Bash Generate random string Posted by pje July 2, 2023 32 chars string $(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) pje Solutions Architect for Infrastructure & Security View my webpage for more information View All Posts Post navigation Previous Post SCP into an arista switchNext PostBash Generate random number