Joined November 2014
·

Robert Maxwell

Pine Grove, California Area
·

For Mac OSX (at least Yosemite), I had to do the following to make it work (and expand what it could do):

genpass() {
local p=$1
[ "$p" == "" ] && p=16
LCCTYPE=C tr -dc A-Za-z0-9!\@#\$\%^&*()-+= < /dev/urandom | head -c ${p} | xargs
}

Achievements
3 Karma
584 Total ProTip Views
Interests & Skills