Skip to content

Instantly share code, notes, and snippets.

@gsamat
Last active February 10, 2016 08:39
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 gsamat/a970d34dbdfdbedb2b04 to your computer and use it in GitHub Desktop.
Save gsamat/a970d34dbdfdbedb2b04 to your computer and use it in GitHub Desktop.
parse html facebook names
egrep -o 'https://www.facebook.com/profile.php\?id=[0-9]*' page.html | sort -u > numbers.txt
egrep -o 'https://www.facebook.com/[a-z\._]*\?fref' page.html | sort -u > logins.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment