echo $(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10) alias genpass='echo $(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10)'