Skip to content

Instantly share code, notes, and snippets.

@sobujbd
Created August 15, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobujbd/148371fbb57201fd0e282788ecd4e42c to your computer and use it in GitHub Desktop.
Save sobujbd/148371fbb57201fd0e282788ecd4e42c to your computer and use it in GitHub Desktop.
curl get file size

curl -sI | grep -i Content-Length | awk '{print $2/1024}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment