Skip to content

Instantly share code, notes, and snippets.

@betawaffle
Created April 1, 2013 21:06
Show Gist options
  • Save betawaffle/5287765 to your computer and use it in GitHub Desktop.
Save betawaffle/5287765 to your computer and use it in GitHub Desktop.
#!/bin/sh
lsof | grep facebook | awk -F'>' '{print $2}' | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment