Hey need help in unix creating a random 16 character long number using 0-9 but the first number being not 0 (1-9).
tr -c -d 0-9 < /dev/urandom | fold -w16
something like this but first number not being 0
Aucun commentaire:
Enregistrer un commentaire