1 2 3 4 5
#!/bin/sh for count in 0 1 2 3 4 ; do echo $(tr -dc 'a-zA-Z0-9_' </dev/urandom | head -c 16) done