Skip to content

Instantly share code, notes, and snippets.

@ff6347
Created April 2, 2020 07:25
Show Gist options
  • Save ff6347/80c9fc49debd00e1da06d92d797a2088 to your computer and use it in GitHub Desktop.
Save ff6347/80c9fc49debd00e1da06d92d797a2088 to your computer and use it in GitHub Desktop.
Quick call to see if a specific port is used by a application you normally use #bash
curl https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv | awk -F ',' '$2 > 0 {print $1, $2}' | grep "\s4004"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment