Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Last active March 9, 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 jdorfman/556cf9049481929431cd6b8d9978d8bb to your computer and use it in GitHub Desktop.
Save jdorfman/556cf9049481929431cd6b8d9978d8bb to your computer and use it in GitHub Desktop.
for i in `cat urls`; do curl "$i" --silent --write-out 'size_download=%{size_download}\n' --output /dev/null; done
http://api.tvmaze.com/singlesearch/shows?q=mr-robot&embed=episodes
https://data.police.uk/api/forces
@jdorfman
Copy link
Author

jdorfman commented Mar 9, 2018

output:

size_download=21699
size_download=2258

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