随机生成18位的字符串,数字 大小写字符 斜线

password=`openssl rand -base64 40 |sed 's#^[a-z]##g' | cut -c 2-19`

 

相关文章: