Skip to content

Instantly share code, notes, and snippets.

@mwleeds
Created September 10, 2015 21:20
Show Gist options
  • Save mwleeds/07c3f965c7052f93bf77 to your computer and use it in GitHub Desktop.
Save mwleeds/07c3f965c7052f93bf77 to your computer and use it in GitHub Desktop.
Find tweeted pet URLs
t timeline -n 100 CutePetsBHam | awk '{if (NF > 2) {print $(NF-1)}}' | xargs -I + curl -s -o /dev/null -I -w "%{redirect_url}\n" + | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment