Skip to content

Instantly share code, notes, and snippets.

@chrishwiggins
Created January 12, 2016 02:47
Show Gist options
  • Save chrishwiggins/4ba372dbba3e464b90c1 to your computer and use it in GitHub Desktop.
Save chrishwiggins/4ba372dbba3e464b90c1 to your computer and use it in GitHub Desktop.
rm doit.out ; touch doit.out ; yes | head -200 | awk '{print "echo "NR" `lynx -dump '"'"'https://en.wikipedia.org/wiki/"NR"_(number)'"'"' | wc -l` >> doit.out"}' > ! /tmp/doit.sh ; source /tmp/doit.sh ; sort -n -k 2 < doit.out | head -5
@chrishwiggins
Copy link
Author

output:

52 497
63 553
106 2498
162 2510
179 2511

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