标签:echo script tmp nbsp config gre pre 文件 class
通过nginx -t
获得
nginx=`nginx -t 2>&1 | grep configuration`
if [ ! -z "$nginx" ];then
nginxtmp="${nginx#*file}"
nginxf="${nginxtmp%test*}"
echo $nginxf
fi
shell-script - shell 如何获取 nginx 配置文件位置?
标签:echo script tmp nbsp config gre pre 文件 class
原文地址:https://www.cnblogs.com/zzsdream/p/14669905.html