#!/bin/bash export LC_ALL=C cat /dev/urandom | tr -cd [:graph:] | head -c ${1:-16} echo