Last active
March 9, 2018 18:31
-
-
Save jdorfman/556cf9049481929431cd6b8d9978d8bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in `cat urls`; do curl "$i" --silent --write-out 'size_download=%{size_download}\n' --output /dev/null; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://api.tvmaze.com/singlesearch/shows?q=mr-robot&embed=episodes | |
https://data.police.uk/api/forces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output: