Skip to content

Instantly share code, notes, and snippets.

@glennschler
Last active December 11, 2015 16:58
Show Gist options
  • Save glennschler/4631058 to your computer and use it in GitHub Desktop.
Save glennschler/4631058 to your computer and use it in GitHub Desktop.
format lsof output
lsof -i | grep -E "(LISTEN|ESTABLISHED)" | awk '{printf "%-15s\t%-6s\t%s\n", $1, $8, $9}'
i.e.:
Notes TCP 192.168.2.12:50482->17.158.8.77:imaps
firefox-b TCP 192.168.2.12:61090->gist.github.com:https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment