Created
March 7, 2018 06:44
-
-
Save hajimeni/127915e5bdfc5806a1004f98feba6e2d to your computer and use it in GitHub Desktop.
接続元確認
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
| netstat -tan|grep "9200"|awk '{print $5}'|cut -d : -f4|sort -n |uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment