আমি যখন চালাচ্ছি:
sudo /usr/local/nginx/sbin/nginx -t
আমি ফিরে পেতে:
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
আমি কেবল শেষ পংক্তিটি চাই তাই আমি চালাই:
sudo /usr/local/nginx/sbin/nginx -t | sed -e '$!d'
কিন্তু আমি সেড ছাড়া যেমন ফিরে পেতে।