首先展示脚本实例脚本运行结果涉及知识分解随机数产生,使用sed替换非小写字符,并通过cut截取10位 openssl rand -base64 40 |sed 's#^[a-z]##g' | cut -c 2-11 循环本例循环使用for循环