3
請我想使用curl命令在Linux操作系統返回的結果只是HTTP響應代碼是「200」,如果它是好curl命令在Linux中返回的HTTP響應代碼
正在使用該命令:
curl -I -L domain.com
但這回我全文這樣
HTTP/1.1 **200** OK
Date: Thu, 27 Feb 2014 19:32:45 GMT
Server: Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.4.19
X-Powered-By: PHP/5.4.19
Set-Cookie: PHPSESSID=bb8aabf4a5419dbd20d56b285199f865; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html
所以請我需要的只是響應代碼,而不是整個文本
個問候
這returing索引 – user3178889
的整個源運行的命令,因爲它是我已經發布。有用。 –
ohhh是的。非常感謝 我看到out.html ..不是在終端上的結果。感謝主席先生 – user3178889