码迷,mamicode.com
首页 > 系统相关 > 详细

shell-script - shell 如何获取 nginx 配置文件位置?

时间:2021-04-19 15:38:16      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!