Skip to content

Instantly share code, notes, and snippets.

@crazy-max
Created June 3, 2013 00:43
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 crazy-max/5695544 to your computer and use it in GitHub Desktop.
Save crazy-max/5695544 to your computer and use it in GitHub Desktop.
file size with wget
#! /bin/sh
echo wget -S --spider -O - "http://www.foo.com/file" >&1 2>&1 | grep '^213' | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment