-
-
Save jitpaul/8a36bd0374981c03462058d5a2c09d29 to your computer and use it in GitHub Desktop.
Copy
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 -cant | awk '$4~/1902/ { print $5 ; fflush(stdout) }' >> a.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment