#!/bin/sh # # Generate mostly random string with alphanumerics # # ARGS # $1: num of chars to output, default 14 tr -dc '[:alnum:]'