1
sed -e '$-d' अपेक्षा के अनुरूप काम नहीं कर रहा है?
जब मैं दौड़ता हूं: 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' लेकिन मैं बिना सेड के जैसे ही वापस आता …