Skip to content

Instantly share code, notes, and snippets.

@sebworks
Created May 28, 2015 12:45
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 sebworks/18520e4ed95a73bf09f0 to your computer and use it in GitHub Desktop.
Save sebworks/18520e4ed95a73bf09f0 to your computer and use it in GitHub Desktop.
find . -name '*.html' ! -path './src/*' ! -path './node_modules/*' ! -path './_*/*' -exec cat {} \; | perl -ne 'if (/href=.https?:\/\/www.(?!consumerfinance.gov)([^"|\/]*)/g) { print $1 . "\n" }' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment