Created
April 2, 2020 07:25
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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