LINUX随机密码生成 · 2021-11-23 · # Shell # Linux strings /dev/urandom | grep -o '[[:graph:]]' | head -n 15 | tr -d '\n'; echo