Last active
December 21, 2015 17:18
-
-
Save FGRibreau/6339255 to your computer and use it in GitHub Desktop.
$ netgrep 8080
$ netgrep redis
This file contains hidden or 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
# by https://twitter.com/consoleguru/status/371876352523517952 | |
# tested on Debian, does not work on MacOS | |
alias netgrep='sudo netstat --inet -W -l -p --numeric-ports|grep $*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment