#!/bin/bash cat /dev/urandom | tr -dc "a-zA-Z0-9_" | head -c 50; echo