str1=${1:-crl.pem} 2019-04-16 #!/bin/sh CRL=${1:-crl.pem} openssl crl -text -noout -in "$CRL" 如果$1非空CRL=$1,否则CRL=crl.pem 分类:Linux | 标签: | 相关日志