Skip to content

Instantly share code, notes, and snippets.

@nmalcolm
Created August 2, 2014 06:13
Show Gist options
  • Save nmalcolm/74ba3211cd67e9139e10 to your computer and use it in GitHub Desktop.
Save nmalcolm/74ba3211cd67e9139e10 to your computer and use it in GitHub Desktop.
Fetch size of remote file in bytes.
curl -sI www.site.com/file.tar.gz | grep Content-Length | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment