ENCRYPTION_KEY=$(head -c 16 /dev/urandom | od -An -t x | tr -d ‘ ‘) echo ${ENCRYPTION_KEY}
命令作为变量使用
原文:https://www.cnblogs.com/effortsing/p/10353772.html