blob: 6fe468511e17f90182b3fe2dfd87a8e58a5189a8 (
plain)
1
2
3
4
5
6
7
8
9
|
Long: head
Short: I
Help: Show document info only
Protocols: HTTP FTP FILE
Category: http ftp file
---
Fetch the headers only! HTTP-servers feature the command HEAD which this uses
to get nothing but the header of a document. When used on an FTP or FILE file,
curl displays the file size and last modification time only.
|