You have perl in Solaris, it helps:
perl -e 'print[0..9,a..z,A..Z]->[rand 62]for 1..10'
With special characters it will be:
perl -e 'print [0..9,a..z,A..Z,qw{- _ / & ?}]->[rand 67]for 0..10'
You have perl in Solaris, it helps:
perl -e 'print[0..9,a..z,A..Z]->[rand 62]for 1..10'
With special characters it will be:
perl -e 'print [0..9,a..z,A..Z,qw{- _ / & ?}]->[rand 67]for 0..10'