Skip to content

Instantly share code, notes, and snippets.

@danieledangeli
Created June 2, 2014 14:03
Show Gist options
  • Save danieledangeli/bc40e7e4bb89d30ce095 to your computer and use it in GitHub Desktop.
Save danieledangeli/bc40e7e4bb89d30ce095 to your computer and use it in GitHub Desktop.
Watch incoming TCP connection by greep a port
watch -n3 'netstat --tcp --numeric | grep 8080'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment