#! /bin/bash cat /dev/urandom | base64 --wrap ${1:-"10"} | head -n 1
tr -dc '[:print:]' < /dev/urandom | head -c 20