Posts Tagged ‘curl’

1 08 2010

cURL

bigCat Posted in Linux - 1 Comment

http://curl.haxx.se/docs/manual.html
常用

curl -i http://ooxx.me
-I/--head          Show document info only

curl -v http://ooxx.me
-v/--verbose       Make the operation more talkative

3 04 2009

curl -I 查询文件头

bigCat Posted in Linux - 0 Comment

curl -I caitou.com
-I/--head Show document info only
返回
[root@caitou ~]# curl -I caitou.com
HTTP/1.1 301 Moved Permanently
Date: Fri, 03 Apr 2009 15:39:38 GMT
Server: Apache/2.0.52 (Unix)
Location: http://code.sh/blog
Content-Type: text/html; charset=iso-8859-1

Host: (miao) | Word: Press | Code: bigCat | Valid: HTML5